diff options
Diffstat (limited to 'lisp/webapps')
| -rw-r--r-- | lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs b/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs index 53c7a95..a791967 100644 --- a/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs +++ b/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs @@ -253,8 +253,8 @@ ;; notifications (defn notifications [jsonobj] - (ck-notifications/set-message (get jsonobj "message")) - (ck-notifications/set-errormsg (get jsonobj "errormsg"))) + (ck-notifications/reset-message (get jsonobj "message")) + (ck-notifications/reset-errormsg (get jsonobj "errormsg"))) (defn auth-notifications [jsonobj] (cond (empty? (get jsonobj "errormsg")) |
