mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-20 19:50:00 +01:00
fixed javascript €rr0r
This commit is contained in:
parent
1e2214f5ad
commit
82c2463509
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ NProgress.configure
|
||||||
|
|
||||||
showSnackbar = (text) ->
|
showSnackbar = (text) ->
|
||||||
$.snackbar # allahu snackbar
|
$.snackbar # allahu snackbar
|
||||||
content: data.message
|
content: text
|
||||||
style: "snackbar"
|
style: "snackbar"
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue