[Pkg-mozext-commits] [sage-extension] 36/49: remove alert

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag sage_1_3_10
in repository sage-extension.

commit 3bba7e9fe7b9f467fa48667a6a410c76b6330734
Author: Peter Andrews <petea at jhu.edu>
Date:   Mon Oct 2 09:54:53 2006 +0000

    remove alert
---
 src/sage/content/sage-Overlay.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/sage/content/sage-Overlay.js b/src/sage/content/sage-Overlay.js
index 97a6c09..a06f252 100644
--- a/src/sage/content/sage-Overlay.js
+++ b/src/sage/content/sage-Overlay.js
@@ -58,7 +58,6 @@ function sageInit() {
 		prefBranch.setCharPref("last_version", "1.3.7");
 	} else { // check for upgrade
 		var lastVersion = prefBranch.getCharPref("last_version");
-		alert(lastVersion);
 		if (lastVersion != "1.3.7") { // upgrade
 			addSageButton();
 			prefBranch.setCharPref("last_version", "1.3.7");
@@ -66,4 +65,4 @@ function sageInit() {
 	}
 }
 
-window.addEventListener("load", function() { setTimeout(sageInit, 500); }, false);
\ No newline at end of file
+window.addEventListener("load", function() { setTimeout(sageInit, 250); }, false);
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list