bkruse: branch asterisknow r1713 - /branches/asterisknow/config/misdn.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Oct 22 15:20:44 CDT 2007


Author: bkruse
Date: Mon Oct 22 15:20:43 2007
New Revision: 1713

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1713
Log:
href.location, or location.href, same difference :P 

Modified:
    branches/asterisknow/config/misdn.html

Modified: branches/asterisknow/config/misdn.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/misdn.html?view=diff&rev=1713&r1=1712&r2=1713
==============================================================================
--- branches/asterisknow/config/misdn.html (original)
+++ branches/asterisknow/config/misdn.html Mon Oct 22 15:20:43 2007
@@ -296,7 +296,7 @@
 							CARDS++;
 							for(z = 1; z <= 4; z++) {
 								SPANS[z] = {};
-								SPANS[z]['						
+								/* set the spans stats here */
 							}
 						}
 					}
@@ -509,7 +509,7 @@
 
 function remove_misdn_conf() {
 	parent.astmanEngine.run_tool("rm /etc/asterisk/misdn-init.conf", function(t) { // touch misdn-init.conf so we can write to it
-	parent.href.location="misdn.html";
+		location.href="misdn.html";
 	});
 }
 




More information about the asterisk-gui-commits mailing list