rbrindley: branch rbrindley/astman_revamp r4564 - /team/rbrindley/astman_reva...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Mar 4 09:53:03 CST 2009


Author: rbrindley
Date: Wed Mar  4 09:53:00 2009
New Revision: 4564

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4564
Log:

- fixed an issue breaking new logging


Modified:
    team/rbrindley/astman_revamp/config/js/log.js

Modified: team/rbrindley/astman_revamp/config/js/log.js
URL: http://svn.digium.com/svn-view/asterisk-gui/team/rbrindley/astman_revamp/config/js/log.js?view=diff&rev=4564&r1=4563&r2=4564
==============================================================================
--- team/rbrindley/astman_revamp/config/js/log.js (original)
+++ team/rbrindley/astman_revamp/config/js/log.js Wed Mar  4 09:53:00 2009
@@ -82,7 +82,7 @@
  * @param msg The message.
  * @param color The HTML hexademical color code.
  */
-log.doLog = function() {
+log.doLog = function(msg, color) {
 	if (!top.session.log) {
 		return true;
 	}




More information about the asterisk-gui-commits mailing list