Changeset - 9ee5e055514e
[Not reviewed]
default
0 1 0
Søren Løvborg - 9 years ago 2017-02-14 21:19:46
sorenl@unity3d.com
templates: drop unused "node_history_url" JS variable
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/files/files.html
Show inline comments
 
@@ -43,8 +43,6 @@ var CACHE_EXPIRE = 5*60*1000; //cache fo
 
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']);
0 comments (0 inline, 0 general)