changeset 254:c26167a096bf

Rename a callback function.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Nov 2013 01:41:29 +0200
parents bbe0d57d6ac9
children 16d453f1b23d
files admin.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin.php	Sun Nov 24 01:26:08 2013 +0200
+++ b/admin.php	Sun Nov 24 01:41:29 2013 +0200
@@ -161,7 +161,7 @@
 
 function refreshCCEntries()
 {
-  var msuccess1 = function(txt)
+  var msuccess = function(txt)
   {
     var nitem = document.getElementById("tabContCCEntries");
     if (nitem)
@@ -179,7 +179,7 @@
     }
   }
 
-  sendPOSTRequest("action=get&type=compolist", msuccess1);
+  sendPOSTRequest("action=get&type=compolist", msuccess);
 }