summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-01-26 22:29:26 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-01-26 22:29:26 +0100
commitc632fc6976ca908ee16e910f9d214980bf29c43d (patch)
tree51532ce1a8e37b8f20e2b480e05f9e0c1c604458 /lib/exe/js.php
parent2411dd85bb9ace6f72b8b3e43e7ddba1855cfc99 (diff)
downloadrpg-c632fc6976ca908ee16e910f9d214980bf29c43d.tar.gz
rpg-c632fc6976ca908ee16e910f9d214980bf29c43d.tar.bz2
scroll__here support
This adds a simple JavaScript behavior. When an element with the id 'scroll__here' is found in the document the browser will scroll this element into view. Useful to scroll to some output after form submitting. darcs-hash:20060126212926-7ad00-b359915a5d6a299652134d8dfa64015786283b6b.gz
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 56fa8575a..488320ddd 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -79,6 +79,7 @@ function js_out(){
js_runonstart("ajax_qsearch.init('qsearch_in','qsearch_out')");
js_runonstart("addEvent(document,'click',closePopups)");
js_runonstart('addTocToggle()');
+ js_runonstart('scrollToMarker()');
if($edit){
// size controls