]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/js/js_install_ajax.tpl
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / templates / de / html / js / js_install_ajax.tpl
index 3a23fd00ee12ca1e33dd322ab6f0ae77e4c88cbf..611dfffb3331170a8d25e5dbef1430a9016cebad 100644 (file)
@@ -41,7 +41,7 @@ $().ready(function() {
        //-----------------------------------------
        $('a').each(function (i) {
                $(this).on('click', {index:i}, function (event) {
-                       // Do we have a valid index?
+                       // Is there a valid index?
                        if (indexTranslation[event.data.index] != null) {
                                // Prevent default action
                                event.preventDefault();