summaryrefslogtreecommitdiff
path: root/web/views/reports
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-06 21:36:36 +0100
committerJochen Topf <jochen@topf.org>2013-01-06 21:43:48 +0100
commitd0998e64dcc402773b256907bc382e858368db90 (patch)
tree5d9c365748a1fac68608cfffee40b07c709b8c9f /web/views/reports
parentd11bbdbaba1a7b8d0bd0845cdef7950f38dd3fd9 (diff)
downloadtaginfo-d0998e64dcc402773b256907bc382e858368db90.tar
taginfo-d0998e64dcc402773b256907bc382e858368db90.tar.gz
Javascript related cleanup
Diffstat (limited to 'web/views/reports')
-rw-r--r--web/views/reports/frequently_used_keys_without_wiki_page.erb6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/views/reports/frequently_used_keys_without_wiki_page.erb b/web/views/reports/frequently_used_keys_without_wiki_page.erb
index d510f70..7b92dd5 100644
--- a/web/views/reports/frequently_used_keys_without_wiki_page.erb
+++ b/web/views/reports/frequently_used_keys_without_wiki_page.erb
@@ -16,12 +16,6 @@
JS.raw(<<"JAVASCRIPT")
function page_init2() {
create_flexigrid_with_option(#{ params[:english] == '1' ? '1' : '0' });
- jQuery('#english').bind('click', function() {
- jQuery('#grid-keys').flexOptions({
- url: '/api/4/keys/without_wiki_page?english=' + (jQuery('#english')[0].checked ? '1' : '0')
- });
- jQuery('#grid-keys').flexReload();
- });
}
JAVASCRIPT
end