diff admajax.js.php @ 1080:f66f50bccbc7

Oops, fix a typo.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Jan 2017 00:47:50 +0200
parents 08900352f420
children 01783161eeb2
line wrap: on
line diff
--- a/admajax.js.php	Tue Jan 24 23:23:25 2017 +0200
+++ b/admajax.js.php	Wed Jan 25 00:47:50 2017 +0200
@@ -553,7 +553,7 @@
 
   var msuccess = function(txt)
   {
-    setTimeout(function (q) { refreshDispatchCM(qid); }, 50, id);
+    setTimeout(function (qid) { refreshDispatchCM(qid); }, 50, id);
     refreshEntryCompos();
   }