Updated to new fast_autofocus URI
This commit is contained in:
parent
1783602174
commit
118ccaab6c
3 changed files with 4 additions and 2 deletions
|
|
@ -50,9 +50,11 @@ export default {
|
|||
created: function () {
|
||||
var context = this
|
||||
UIkit.util.on(document, 'hidden', '.toggle-hidden', function () {
|
||||
console.log("Sidebar hidden")
|
||||
context.$root.$emit('globalResizePreview')
|
||||
})
|
||||
UIkit.util.on(document, 'shown', '.toggle-hidden', function () {
|
||||
console.log("Sidebar shown")
|
||||
context.$root.$emit('globalResizePreview')
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -282,7 +282,7 @@ export default {
|
|||
return this.$store.getters.uri + "/plugin/default/autofocus/autofocus"
|
||||
},
|
||||
fastAutofocusApiUri: function () {
|
||||
return this.$store.getters.uri + "/plugin/default/fast_autofocus/fast_autofocus"
|
||||
return this.$store.getters.uri + "/plugin/default/autofocus/fast_autofocus"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue