Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
Project
Project
Details
Activity
Releases
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
5820508c
Commit
5820508c
authored
6 years ago
by
Clint.Network
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add moment.js
parent
83531da5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Lottery.cshtml
Stratis.Guru/Views/Home/Lottery.cshtml
+2
-0
libman.json
Stratis.Guru/libman.json
+4
-0
No files found.
Stratis.Guru/Views/Home/Lottery.cshtml
View file @
5820508c
...
@@ -139,6 +139,8 @@
...
@@ -139,6 +139,8 @@
<recaptcha-script/>
<recaptcha-script/>
<script src="~/lib/jquery-countdown/dist/jquery.countdown.min.js"></script>
<script src="~/lib/jquery-countdown/dist/jquery.countdown.min.js"></script>
<script src="~/lib/jquery-ajax-unobtrusive/dist/jquery.unobtrusive-ajax.min.js"></script>
<script src="~/lib/jquery-ajax-unobtrusive/dist/jquery.unobtrusive-ajax.min.js"></script>
<script src="~/lib/moment/min/moment.min.js"></script>
<script src="~/lib/moment/min/moment-with-locales.min.js"></script>
<script type="text/javascript">
<script type="text/javascript">
function PaymentSuccess()
function PaymentSuccess()
{
{
...
...
This diff is collapsed.
Click to expand it.
Stratis.Guru/libman.json
View file @
5820508c
...
@@ -21,6 +21,10 @@
...
@@ -21,6 +21,10 @@
{
{
"library"
:
"jquery-ajax-unobtrusive@3.2.6"
,
"library"
:
"jquery-ajax-unobtrusive@3.2.6"
,
"destination"
:
"wwwroot
\\
lib
\\
jquery-ajax-unobtrusive"
"destination"
:
"wwwroot
\\
lib
\\
jquery-ajax-unobtrusive"
},
{
"library"
:
"moment@2.23.0"
,
"destination"
:
"wwwroot
\\
lib
\\
moment"
}
}
]
]
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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