[#4535] decode browser's uri
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
parent
860cfe841d
commit
63ac0d9e82
|
@ -23,7 +23,7 @@
|
|||
(not (:name browser))
|
||||
(assoc :name (i18n/label :t/browser))
|
||||
(:url browser)
|
||||
(update :url http/normalize-url)))
|
||||
(update :url (comp js/decodeURI http/normalize-url))))
|
||||
|
||||
(defn add-browser-fx [{:keys [db now]} browser]
|
||||
(let [new-browser (get-new-browser browser now)]
|
||||
|
|
Loading…
Reference in New Issue