summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-06 18:03:49 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-06 18:03:49 +0000
commit3752929d2b01cf3047f8980eff8fecf0bfa93ce9 (patch)
tree898e426400bf06ff0033def48f8c9cc57b67fa3a /phpfspot.js
parent74295f1b4a8e3b0ba1588486eae20e82e1142c76 (diff)
issue27, beginning implementation
git-svn-id: file:///var/lib/svn/phpfspot/trunk@168 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 2132ea5..4b6a640 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -115,6 +115,11 @@ function startTagSearch(searchfor)
}
+function setViewMode(mode)
+{
+ window.alert(mode);
+}
+
function clearSearch()
{
document.getElementsByName('searchfor')[0].value = '';