Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
casper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
faimaison-public
casper
Commits
d26f2283
Commit
d26f2283
authored
Dec 03, 2018
by
JocelynD
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ré-écrit l'URL également au chargement de la page
parent
f321b24a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
script.js
script.js
+5
-1
No files found.
script.js
View file @
d26f2283
...
...
@@ -178,6 +178,10 @@ let CURRENT_MONTH = new Month(
);
let
url
=
new
MonthURLManager
();
if
(
!
url
.
getMonth
())
{
url
.
setMonth
(
CURRENT_MONTH
);
}
let
vm
=
new
Vue
({
el
:
'
#app
'
,
...
...
@@ -186,7 +190,7 @@ let vm = new Vue({
years
:
YEARS
,
selectedYear
:
null
,
selectedMonth
:
null
,
month
:
url
.
getMonth
()
||
CURRENT_MONTH
,
month
:
url
.
getMonth
(),
subscriptionsCounts
:
[],
subscriptionsDeltas
:
{},
...
...
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