Skip to content

Commit

Permalink
Old versions for legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Lefeuvre committed Jul 4, 2013
1 parent d53800c commit 8f2c8fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bookmarklet-3.js
@@ -0,0 +1,5 @@
// This version is outdated, see gd-bookmarklet.js
alert("Sorry, this version of the grid displayer bookmarklet is no longer available.\n"
+ "Don't worry though, a newer, better bookmarklet is available.\n"
+ "Just hit OK to be redirected to the install page (it opens in a new tab/window).");
window.open("http://alefeuvre.github.io/foundation-grid-displayer/");
2 changes: 1 addition & 1 deletion bookmarklet-call.js
Expand Up @@ -3,6 +3,6 @@ javascript:
var head = document.getElementsByTagName("head")[0];
var bklScript = document.createElement("script");
bklScript.type = "text/javascript";
bklScript.src = "http://alefeuvre.github.com/foundation-grid-displayer/bookmarklet.js";
bklScript.src = "http://alefeuvre.github.com/foundation-grid-displayer/gd-bookmarklet.js";
head.appendChild(bklScript);
})();
5 changes: 5 additions & 0 deletions bookmarklet.js
@@ -0,0 +1,5 @@
// This version is outdated, see gd-bookmarklet.js
alert("Sorry, this version of the grid displayer bookmarklet is no longer available.\n"
+ "Don't worry though, a newer, better bookmarklet is available.\n"
+ "Just hit OK to be redirected to the install page (it opens in a new tab/window).");
window.open("http://alefeuvre.github.io/foundation-grid-displayer/");

0 comments on commit 8f2c8fe

Please sign in to comment.