Show More
@@ -1,11 +1,13 b'' | |||||
1 | $( document ).ready(function() { |
|
1 | $( document ).ready(function() { | |
2 | $("a[href='#top']").click(function() { |
|
2 | $("a[href='#top']").click(function() { | |
3 | $("html, body").animate({ scrollTop: 0 }, "slow"); |
|
3 | $("html, body").animate({ scrollTop: 0 }, "slow"); | |
4 | return false; |
|
4 | return false; | |
5 | }); |
|
5 | }); | |
6 |
|
6 | |||
7 | addImgPreview(); |
|
7 | addImgPreview(); | |
8 | addRefLinkMap(); |
|
8 | addRefLinkMap(); | |
9 | addPopups(); |
|
9 | ||
|
10 | // TODO Rewrite popups module and reenable it | |||
|
11 | //addPopups(); | |||
10 | addMarkPanel(); |
|
12 | addMarkPanel(); | |
11 | }); |
|
13 | }); |
General Comments 0
You need to be logged in to leave comments.
Login now