Changeset - a512e843cd31
[Not reviewed]
default
0 1 0
Mads Kiilerich - 7 years ago 2019-05-01 02:50:55
mads@kiilerich.com
Grafted from: d5771197ca41
files: add missing `var` for parts
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/files/files.html
Show inline comments
 
@@ -58,11 +58,10 @@ var ypjax_links = function(){
 
            return true;
 
        }
 

	
 
        var el = e.currentTarget;
 
        var url = el.href;
 
        var url = e.currentTarget.href;
 

	
 
        //extract rev and the f_path from url.
 
        parts = url.split(_repo_files_url);
 
        var parts = url.split(_repo_files_url);
 
        if(parts.length != 2){
 
            return false;
 
        }
0 comments (0 inline, 0 general)