summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-05-20 17:46:52 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-05-20 17:46:52 +0000
commitc2615af845fef85c048d3d1b2e0fd83b701dc4e1 (patch)
treeffd38c74eee923eedbb6cec3294165dcd5fa733f /static
parent2ce770e7e5817f8838fdaf7bc7eda2a8da972962 (diff)
Several bugfixes, xml extention to rss feeds, noindex on user forms, client side filter selection, and how the fuck did the "Finished" status get lost!?
git-svn-id: svn://vndb.org/vndb@14 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'static')
-rw-r--r--static/files/def.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/files/def.js b/static/files/def.js
index ed7e1f41..39772b9a 100644
--- a/static/files/def.js
+++ b/static/files/def.js
@@ -160,6 +160,8 @@ function adsearch() {
ad_plat[ l[i].name.substring(5) ] = l[i].value.toLowerCase();
l[i].onclick = function() { ad_update(0, this.value) };
}
+
+ ad_update();
}
function ad_update(add, term) {