Change else{ to else {
This commit is contained in:
parent
422c869568
commit
48cce96bea
10 changed files with 16 additions and 16 deletions
|
@ -134,7 +134,7 @@
|
|||
bootbox.confirm(app.getLz("settings.prompt.visual.plugin.github.success"), (ok)=>{
|
||||
if (ok) {
|
||||
ipcRenderer.invoke("relaunchApp")
|
||||
} else{
|
||||
} else {
|
||||
return
|
||||
}
|
||||
})
|
||||
|
@ -156,7 +156,7 @@
|
|||
bootbox.confirm(app.getLz("settings.prompt.visual.plugin.github.success"), (ok)=>{
|
||||
if (ok) {
|
||||
ipcRenderer.invoke("relaunchApp")
|
||||
} else{
|
||||
} else {
|
||||
return
|
||||
}
|
||||
})
|
||||
|
|
|
@ -1542,7 +1542,7 @@
|
|||
this.tabIndex = parseInt(window.location.hash.split("/")[1])
|
||||
console.debug("tabIndex", this.tabIndex)
|
||||
this.canChangeHash = true
|
||||
} else{
|
||||
} else {
|
||||
this.canChangeHash = true
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue