linterna-magica-commit
[Top][All Lists]
Advanced

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

[linterna-magica-commit] [311] Clean up development changes for the inte


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [311] Clean up development changes for the interface changes in tasks
Date: Sun, 09 Sep 2012 16:04:04 +0000

Revision: 311
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=311
Author:   valkov
Date:     2012-09-09 16:04:04 +0000 (Sun, 09 Sep 2012)
Log Message:
-----------
Clean up development changes for the interface changes in tasks
#12203.

Ticket Links:
------------
    http://savannah.gnu.org/task/?12203

Modified Paths:
--------------
    trunk/src/lm_check_for_updates.js
    trunk/src/lm_constructors.js

Modified: trunk/src/lm_check_for_updates.js
===================================================================
--- trunk/src/lm_check_for_updates.js   2012-09-09 16:00:52 UTC (rev 310)
+++ trunk/src/lm_check_for_updates.js   2012-09-09 16:04:04 UTC (rev 311)
@@ -31,9 +31,8 @@
 {
     // Configured to not update
     // or the build is from SVN
-    if (this.updates == -1)
-       // || 
-       //      /svn/i.test(this.version))
+    if (this.updates == -1 || 
+       /svn/i.test(this.version))
     {
        return  null;
     }

Modified: trunk/src/lm_constructors.js
===================================================================
--- trunk/src/lm_constructors.js        2012-09-09 16:00:52 UTC (rev 310)
+++ trunk/src/lm_constructors.js        2012-09-09 16:04:04 UTC (rev 311)
@@ -202,8 +202,8 @@
 //    version: <version>,  // string 
 //});
 LinternaMagica.prototype.updates_page =
-//    "http://linterna-magica.nongnu.org/downloads/updates.js";;
-    "http://localhost/lm/downloads/updates.js";;
+    "http://linterna-magica.nongnu.org/downloads/updates.js";;
+//    "http://localhost/lm/downloads/updates.js";;
 
 // When this is a function the internal _() function could be used.
 LinternaMagica.prototype.description = function()




reply via email to

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