]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/js/js_admin_ajax.tpl
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / templates / de / html / js / js_admin_ajax.tpl
index 2d233a9b4d6e68608648bb855856b5c78c824152..b411d1769dbee70aac4bde1616852760f8267233 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();