|
@@ -167,10 +167,6 @@
|
|
|
(not (mobile-util/native-platform?))))
|
|
(not (mobile-util/native-platform?))))
|
|
|
(def web-platform? nfs?)
|
|
(def web-platform? nfs?)
|
|
|
(def plugin-platform? (or (and web-platform? (not common-config/PUBLISHING)) (electron?)))))
|
|
(def plugin-platform? (or (and web-platform? (not common-config/PUBLISHING)) (electron?)))))
|
|
|
-#?(:cljs
|
|
|
|
|
- (defn file-protocol?
|
|
|
|
|
- []
|
|
|
|
|
- (string/starts-with? js/window.location.href "file://")))
|
|
|
|
|
|
|
|
|
|
#?(:cljs
|
|
#?(:cljs
|
|
|
(def format common-util/format))
|
|
(def format common-util/format))
|