Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
node-js-60-2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patiphan Marak
node-js-60-2
Commits
d1d7d2e0
Commit
d1d7d2e0
authored
Feb 28, 2018
by
Patiphan Marak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pro
parent
4f0d19f9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
index.html
week05/windowapp/index.html
+7
-0
package-lock.json
week05/windowapp/package-lock.json
+5
-0
package.json
week05/windowapp/package.json
+3
-0
No files found.
week05/windowapp/index.html
View file @
d1d7d2e0
...
...
@@ -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>
...
...
week05/windowapp/package-lock.json
View file @
d1d7d2e0
...
...
@@ -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"
,
...
...
week05/windowapp/package.json
View file @
d1d7d2e0
...
...
@@ -19,5 +19,8 @@
"devDependencies"
:
{
"electron"
:
"^1.8.2"
,
"electron-packager"
:
"^11.0.1"
},
"dependencies"
:
{
"jquery"
:
"^3.3.1"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment