e.stopPropagation in user switch (prevent execution of other ajax callbacks).
This commit is contained in:
parent
ee466d278f
commit
e964c120af
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class Index extends App.Controller
|
|||
|
||||
switchTo = (id,e) =>
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
@disconnectClient()
|
||||
$('#app').hide().attr('style', 'display: none!important')
|
||||
@delay(
|
||||
|
|
Loading…
Reference in a new issue