projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75c89a7
)
issue70, disable date-search on reset all
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 28 Jul 2007 06:37:24 +0000
(06:37 +0000)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 28 Jul 2007 06:37:24 +0000
(06:37 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@258
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.js
patch
|
blob
|
history
diff --git
a/phpfspot.js
b/phpfspot.js
index cdd4bc201e8ffee337ffb63a1a260d9b2931d293..17cf1095e0b45f2f239918ae902e704013ccca9e 100644
(file)
--- a/
phpfspot.js
+++ b/
phpfspot.js
@@
-151,6
+151,11
@@
function setViewMode(mode)
function clearSearch()
{
document.getElementsByName('searchfor')[0].value = '';
+
+ if(document.getElementsByName('consider_date')[0].checked == true) {
+ document.getElementsByName('consider_date')[0].checked = false;
+ datesearch();
+ }
}
function AskServerWhatToDo()