Commit d1d7d2e0 authored by Patiphan Marak's avatar Patiphan Marak

pro

parent 4f0d19f9
......@@ -23,6 +23,12 @@ Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony
window.scrollTo(0, 1);
}
</script>
<!-- If the require doesn't work, include first the jQuery file
<script src="jquery-3.0.0.min.js"></script>-->
<script>window.$ = window.jQuery = require('jquery');</script>
<!--//meta tags ends here-->
<!--booststrap-->
......@@ -753,6 +759,7 @@ Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony
});
});
</script>
<a href="#" id="toTop" style="display: block;">
<span id="toTopHover" style="opacity: 1;"> </span>
</a>
......
......@@ -949,6 +949,11 @@
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
"dev": true
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"jsbn": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
......
......@@ -19,5 +19,8 @@
"devDependencies": {
"electron": "^1.8.2",
"electron-packager": "^11.0.1"
},
"dependencies": {
"jquery": "^3.3.1"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment