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 ...@@ -23,6 +23,12 @@ Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony
window.scrollTo(0, 1); window.scrollTo(0, 1);
} }
</script> </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--> <!--//meta tags ends here-->
<!--booststrap--> <!--booststrap-->
...@@ -753,6 +759,7 @@ Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony ...@@ -753,6 +759,7 @@ Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony
}); });
}); });
</script> </script>
<a href="#" id="toTop" style="display: block;"> <a href="#" id="toTop" style="display: block;">
<span id="toTopHover" style="opacity: 1;"> </span> <span id="toTopHover" style="opacity: 1;"> </span>
</a> </a>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"name": "windowapp", "name": "windowapp",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"app": "./node_modules/electron/dist/electron .", "app": "./node_modules/electron/dist/electron .",
"touch": "touch สวัสดี", "touch": "touch สวัสดี",
"echo": "echo สวัสดี", "echo": "echo สวัสดี",
"test": "echo \"Error: no test specified\" && exit 1", "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" "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": { "repository": {
"type": "git", "type": "git",
"url": "http://projectcs.sci.ubu.ac.th/Patiphan/node-js-60-2.git" "url": "http://projectcs.sci.ubu.ac.th/Patiphan/node-js-60-2.git"
}, },
"author": "Patiphan", "author": "Patiphan",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"electron": "^1.8.2", "electron": "^1.8.2",
"electron-packager": "^11.0.1" "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