renamed webby to hypermedia
[feisty_meow.git] / hypermedia / javascript / gruntose / launchers.js
diff --git a/hypermedia/javascript/gruntose/launchers.js b/hypermedia/javascript/gruntose/launchers.js
new file mode 100644 (file)
index 0000000..9349ad3
--- /dev/null
@@ -0,0 +1,22 @@
+
+<script language="JavaScript1.2">
+<!--
+
+////////////////////////////////////////////////////////////////////////////
+
+// Author: Fred T. Hamster.  Open Source; distributed under GNU Public License.
+
+////////////////////////////////////////////////////////////////////////////
+
+function jump_appropriate() {
+//stopped working:  window.location.reload(true);
+  window.location = window.location;
+}
+
+function jump_to_anchor(anchor) {
+  window.location.hash = anchor;
+}
+
+//-->
+</script>
+