We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86dae37 commit c4376f8Copy full SHA for c4376f8
1 file changed
template/js/index.js
@@ -29,7 +29,7 @@
29
$$:function(id){
30
return document.getElementById(id)
31
},
32
- goToIndex(){
+ goToIndex:function(){
33
var elma = document.getElementsByTagName('A');
34
for (var i = 0; i < elma.length; i++) {
35
if(elma[i].pathname==='/') elma[i].href = this.root_path.replace(/\/$/,'')+'/';
0 commit comments