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
0f079e2d
Unverified
Commit
0f079e2d
authored
Oct 14, 2019
by
Nicolas Giard
Committed by
GitHub
Oct 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: editor select back button (#1098)
parent
f7ddd56b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
admin-general.vue
client/components/admin/admin-general.vue
+1
-1
page-selector.vue
client/components/common/page-selector.vue
+3
-3
editor-modal-editorselect.vue
client/components/editor/editor-modal-editorselect.vue
+1
-1
No files found.
client/components/admin/admin-general.vue
View file @
0f079e2d
...
@@ -187,7 +187,7 @@
...
@@ -187,7 +187,7 @@
v
-
divider
.
mt
-
3
v
-
divider
.
mt
-
3
v
-
switch
(
v
-
switch
(
inset
inset
label
=
'Subresource Integrity'
label
=
'Subresource Integrity
(SRI)
'
color
=
'red darken-2'
color
=
'red darken-2'
v
-
model
=
'config.securitySRI'
v
-
model
=
'config.securitySRI'
persistent
-
hint
persistent
-
hint
...
...
client/components/common/page-selector.vue
View file @
0f079e2d
...
@@ -44,9 +44,9 @@
...
@@ -44,9 +44,9 @@
v-flex(xs7)
v-flex(xs7)
v-toolbar(color='blue darken-2', dark, dense, flat)
v-toolbar(color='blue darken-2', dark, dense, flat)
.body-2 Pages
.body-2 Pages
v-spacer
//-
v-spacer
v-btn(icon, tile, disabled): v-icon mdi-content-save-move-outline
//-
v-btn(icon, tile, disabled): v-icon mdi-content-save-move-outline
v-btn(icon, tile, disabled): v-icon mdi-trash-can-outline
//-
v-btn(icon, tile, disabled): v-icon mdi-trash-can-outline
div(v-if='currentPages.length > 0', style='height:400px;')
div(v-if='currentPages.length > 0', style='height:400px;')
vue-scroll(:ops='scrollStyle')
vue-scroll(:ops='scrollStyle')
v-list.py-0(dense)
v-list.py-0(dense)
...
...
client/components/editor/editor-modal-editorselect.vue
View file @
0f079e2d
...
@@ -219,7 +219,7 @@ export default {
...
@@ -219,7 +219,7 @@ export default {
this
.
isShown
=
false
this
.
isShown
=
false
},
},
goBack
()
{
goBack
()
{
window
.
history
.
go
(
-
2
)
window
.
history
.
go
(
-
1
)
}
}
}
}
}
}
...
...
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