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>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "windowapp",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"app": "./node_modules/electron/dist/electron .",
"touch": "touch สวัสดี",
"echo": "echo สวัสดี",
"test": "echo \"Error: no test specified\" && exit 1",
"package-linux": "electron-packager . electron-tutorial-app --overwrite --asar=true --platform=linux --arch=x64 --icon=assets/icons/png/apple.png --prune=true --out=release-builds"
},
"repository": {
"type": "git",
"url": "http://projectcs.sci.ubu.ac.th/Patiphan/node-js-60-2.git"
},
"author": "Patiphan",
"license": "ISC",
"devDependencies": {
"electron": "^1.8.2",
"electron-packager": "^11.0.1"
}
}
{
"name": "windowapp",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"app": "./node_modules/electron/dist/electron .",
"touch": "touch สวัสดี",
"echo": "echo สวัสดี",
"test": "echo \"Error: no test specified\" && exit 1",
"package-linux": "electron-packager . electron-tutorial-app --overwrite --asar=true --platform=linux --arch=x64 --icon=assets/icons/png/apple.png --prune=true --out=release-builds"
},
"repository": {
"type": "git",
"url": "http://projectcs.sci.ubu.ac.th/Patiphan/node-js-60-2.git"
},
"author": "Patiphan",
"license": "ISC",
"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