Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Jacklull
wiki-js
Commits
f2bcc378
Commit
f2bcc378
authored
Apr 30, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Excluded docker branch from Travis build
parent
a748b3a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.travis.yml
.travis.yml
+3
-0
history.js
client/js/pages/history.js
+1
-3
No files found.
.travis.yml
View file @
f2bcc378
language
:
node_js
node_js
:
-
'
7'
branches
:
except
:
-
docker
addons
:
apt
:
sources
:
...
...
client/js/pages/history.js
View file @
f2bcc378
...
...
@@ -4,8 +4,6 @@ import $ from 'jquery'
module
.
exports
=
(
alerts
)
=>
{
if
(
$
(
'#page-type-history'
).
length
)
{
let
currentBasePath
=
(
$
(
'#page-type-history'
).
data
(
'entrypath'
)
!==
'home'
)
?
$
(
'#page-type-history'
).
data
(
'entrypath'
)
:
''
// let currentBasePath = ($('#page-type-history').data('entrypath') !== 'home') ? $('#page-type-history').data('entrypath') : ''
}
}
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