[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3267] trunk/UI/users



Revision: 3267
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3267&view=rev
Author:   einhverfr
Date:     2011-06-17 00:09:58 +0000 (Fri, 17 Jun 2011)

Log Message:
-----------
preferences js now loads without errors

Modified Paths:
--------------
    trunk/UI/users/preferences.html
    trunk/UI/users/preferences.js

Modified: trunk/UI/users/preferences.html
===================================================================
--- trunk/UI/users/preferences.html	2011-06-16 23:29:45 UTC (rev 3266)
+++ trunk/UI/users/preferences.html	2011-06-17 00:09:58 UTC (rev 3267)
@@ -1,4 +1,4 @@
-<?lsmb INCLUDE 'ui-header.html' include_javascript=['UI/users/preferences.js'] 
+<?lsmb INCLUDE 'ui-header.html' include_script=['UI/users/preferences.js'] 
 ?> 
 <?lsmb PROCESS elements.html ?> 
 <body>

Modified: trunk/UI/users/preferences.js
===================================================================
--- trunk/UI/users/preferences.js	2011-06-16 23:29:45 UTC (rev 3266)
+++ trunk/UI/users/preferences.js	2011-06-17 00:09:58 UTC (rev 3267)
@@ -8,7 +8,7 @@
 	http.open("get", 'user.pl?action=change_password' +
                           '&old_password='+old_password+
                           '&new_password='+new_password+
-                          '&confirm_password='+ confirm_pass 
+                          '&confirm_password='+ confirm_pass,
                           false, login, old_password);
 	http.send("");
         if (http.status != 200){


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.