Prechádzať zdrojové kódy

use js/decodeURI instead

leizhe 3 rokov pred
rodič
commit
404e523a50
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/main/frontend/text.cljs

+ 1 - 1
src/main/frontend/text.cljs

@@ -344,4 +344,4 @@
       (-> (if (not= (first parts) "0")
             (string/join "/" parts)
             (last parts))
-          js/decodeURIComponent))))
+          js/decodeURI))))