changeset 6488:9ee5e055514e

templates: drop unused "node_history_url" JS variable
author Søren Løvborg <sorenl@unity3d.com>
date Tue, 14 Feb 2017 21:19:46 +0100
parents 481f64dbe85c
children 2a7ab8d98824
files kallithea/templates/files/files.html
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/files/files.html	Fri Feb 10 20:30:44 2017 +0100
+++ b/kallithea/templates/files/files.html	Tue Feb 14 21:19:46 2017 +0100
@@ -43,8 +43,6 @@
 var url_base = '${h.url("files_home",repo_name=c.repo_name,revision='__REV__',f_path='__FPATH__')}';
 //send the nodelist request to this url
 var node_list_url = '${h.url("files_nodelist_home",repo_name=c.repo_name,revision='__REV__',f_path='__FPATH__')}';
-// send the node history requst to this url
-var node_history_url = '${h.url("files_history_home",repo_name=c.repo_name,revision='__REV__',f_path='__FPATH__')}';
 
 ## new pyroutes URLs
 pyroutes.register('files_nodelist_home', "${h.url('files_nodelist_home', repo_name=c.repo_name,revision='%(revision)s',f_path='%(f_path)s')}", ['revision', 'f_path']);