summaryrefslogtreecommitdiff
path: root/web/views/reports
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-06 20:58:09 +0100
committerJochen Topf <jochen@topf.org>2013-01-06 20:58:09 +0100
commitd80c2ce840a6d50e7809c8738afc9f09a02379f3 (patch)
treec6b7b73e3da5e82ba998daf21bbfab482ca2d4fb /web/views/reports
parentc47f73c31d29ad862fa1bd4b08e14d750ab8f93e (diff)
downloadtaginfo-d80c2ce840a6d50e7809c8738afc9f09a02379f3.tar
taginfo-d80c2ce840a6d50e7809c8738afc9f09a02379f3.tar.gz
Switched all remaining API calls to v4
Diffstat (limited to 'web/views/reports')
-rw-r--r--web/views/reports/frequently_used_keys_without_wiki_page.erb2
1 files changed, 1 insertions, 1 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 818acca..d510f70 100644
--- a/web/views/reports/frequently_used_keys_without_wiki_page.erb
+++ b/web/views/reports/frequently_used_keys_without_wiki_page.erb
@@ -18,7 +18,7 @@ function page_init2() {
create_flexigrid_with_option(#{ params[:english] == '1' ? '1' : '0' });
jQuery('#english').bind('click', function() {
jQuery('#grid-keys').flexOptions({
- url: '/api/2/reports/frequently_used_keys_without_wiki_page?english=' + (jQuery('#english')[0].checked ? '1' : '0')
+ url: '/api/4/keys/without_wiki_page?english=' + (jQuery('#english')[0].checked ? '1' : '0')
});
jQuery('#grid-keys').flexReload();
});