projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b115eb
)
fixed syntax error in phpfspot.js
author
Andreas Unterkircher
<unki@netshadow.at>
Mon, 11 Jun 2007 19:43:21 +0000
(19:43 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Mon, 11 Jun 2007 19:43:21 +0000
(19:43 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@81
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.js
patch
|
blob
|
history
diff --git
a/phpfspot.js
b/phpfspot.js
index b2aebd7e9d74427a4fe05280d99a6d9ec45a92ea..523bc4d581f26f4679f315def2614eb29a96080e 100644
(file)
--- a/
phpfspot.js
+++ b/
phpfspot.js
@@
-96,7
+96,7
@@
function startSearch(searchfor)
{
HTML_AJAX.grab(encodeURI('rpc.php?action=search&for=' + searchfor));
-
/
Tags('reset', 0);
+ Tags('reset', 0);
refreshAvailableTags();
refreshSelectedTags();