##// END OF EJS Templates
remove unneeded ; from warnLeavingUnsaved of application.js (#13811)...
Toshi MARUYAMA -
r11501:485ce4152367
parent child
Show More
@@ -546,7 +546,7 function warnLeavingUnsaved(message) {
546 });
546 });
547 if (warn) {return warnLeavingUnsavedMessage;}
547 if (warn) {return warnLeavingUnsavedMessage;}
548 };
548 };
549 };
549 }
550
550
551 function setupAjaxIndicator() {
551 function setupAjaxIndicator() {
552
552
General Comments 0
You need to be logged in to leave comments. Login now