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
aa507565
Commit
aa507565
authored
Mar 04, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed code styling
parent
f3eb7cc5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
6 deletions
+1
-6
alerts.js
client/js/components/alerts.js
+0
-2
local.js
libs/local.js
+0
-2
siUtil.js
libs/search-index/siUtil.js
+1
-1
uploads.js
libs/uploads.js
+0
-1
No files found.
client/js/components/alerts.js
View file @
aa507565
...
...
@@ -6,7 +6,6 @@
* Alerts
*/
class
Alerts
{
// eslint-disable-line no-unused-vars
/**
* Constructor
*
...
...
@@ -107,5 +106,4 @@ class Alerts { // eslint-disable-line no-unused-vars
},
500
)
}
}
}
libs/local.js
View file @
aa507565
...
...
@@ -122,8 +122,6 @@ module.exports = {
}
winston
.
info
(
'[SERVER.Local] Data and Repository directories are OK.'
)
return
},
/**
...
...
libs/search-index/siUtil.js
View file @
aa507565
...
...
@@ -22,7 +22,7 @@ module.exports = function (siOptions) {
siUtil
.
close
=
function
(
callback
)
{
siOptions
.
indexes
.
close
(
function
(
err
)
{
while
(
!
siOptions
.
indexes
.
isClosed
())
{
//log not always working here- investigate
//
log not always working here- investigate
if
(
siOptions
.
log
)
siOptions
.
log
.
info
(
'closing...'
)
}
if
(
siOptions
.
indexes
.
isClosed
())
{
...
...
libs/uploads.js
View file @
aa507565
...
...
@@ -101,7 +101,6 @@ module.exports = {
if
(
_
.
isArray
(
arrFiles
)
||
_
.
isPlainObject
(
arrFiles
))
{
// this._uploadsDb.Files.insert(arrFiles);
}
return
},
/**
...
...
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