changeset 1080:f66f50bccbc7

Oops, fix a typo.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Jan 2017 00:47:50 +0200
parents ff0fb5e87a2f
children 5f48cb05bfff
files admajax.js.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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();
   }