Eugeny Galkovskiy
/
kbenergy_new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
5f0199fc899b8b7272ff4391862557bbc4d30b70
Authored by
Eugeny Galkovskiy
2018-02-12 15:41:45 +0200
1 parent
315b9a71
script click active
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
frontend/web/js/script.js
Inline
Side-by-side
frontend/web/js/script.js
Wrap text
Show/Hide comments
View file @
5f0199f
...
...
@@ -104,5 +104,12 @@ $(
104
104
}
105
105
);
106
106
}
107
+ $(".active a")
108
+ .on(
109
+ 'click', function(){
110
+ $("#back-to-top").click();
111
+ return false;
112
+ }
113
+ );
107
114
}
108
115
);
109
116
\ No newline at end of file
...
...