Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Andreas Nedbal
FarmingGame-web
Commits
b4984b2b
Commit
b4984b2b
authored
May 19, 2014
by
Jyrki
🐾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
beware of untested code
parent
fb84bb1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
js/main.js
js/main.js
+6
-0
No files found.
js/main.js
View file @
b4984b2b
...
...
@@ -438,6 +438,12 @@
cgtim
=
window
.
setInterval
(
cattleGridTimer
,
1000
);
$
(
document
).
ready
(
function
()
{
NProgress
.
configure
({
trickle
:
true
,
minimum
:
0.0
,
trickleRate
:
30
/
100
,
trickleSpeed
:
100
});
NProgress
.
start
();
updateCounters
();
if
(
!
window
.
localStorage
.
gv
)
{
...
...
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