fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9560]


From: Torstein
Subject: [Fmsystem-commits] [9560]
Date: Tue, 12 Jun 2012 10:43:07 +0000

Revision: 9560
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9560
Author:   vator
Date:     2012-06-12 10:43:07 +0000 (Tue, 12 Jun 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/js/controller/ajax.js
    trunk/controller/templates/base/check_list/view_cases_for_check_list.xsl

Modified: trunk/controller/js/controller/ajax.js
===================================================================
--- trunk/controller/js/controller/ajax.js      2012-06-12 10:33:44 UTC (rev 
9559)
+++ trunk/controller/js/controller/ajax.js      2012-06-12 10:43:07 UTC (rev 
9560)
@@ -563,7 +563,7 @@
                                                          
                                                  // Changes text on save 
button back to original
                                                  window.setTimeout(function() {
-                                                               
$(submitBnt).val('Lagre sjekkpunkt');
+                                                               
$(submitBnt).val('Lagre detaljer');
                                                                
$(submitBnt).addClass("not_active");
                                                  }, 1000);
                                                  }

Modified: 
trunk/controller/templates/base/check_list/view_cases_for_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/view_cases_for_check_list.xsl    
2012-06-12 10:33:44 UTC (rev 9559)
+++ trunk/controller/templates/base/check_list/view_cases_for_check_list.xsl    
2012-06-12 10:43:07 UTC (rev 9560)
@@ -50,7 +50,7 @@
                                  url: requestUrl,
                                  success: function(data) {
                                        $("#load_view_content").html(data);
-                                 }
+                                 },
                                  error: function(XMLHttpRequest, textStatus, 
errorThrown) {
                        if (XMLHttpRequest.status === 401) {
                        location.href = '/';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]