|
@@ -123,7 +123,7 @@
|
|
|
|
|
|
|
|
(defn exec-js-if-exists-&-allowed!
|
|
(defn exec-js-if-exists-&-allowed!
|
|
|
[t]
|
|
[t]
|
|
|
- (when-not mobile/is-native-platform?
|
|
|
|
|
|
|
+ (when-not (mobile/is-native-platform?)
|
|
|
(when-let [href (or
|
|
(when-let [href (or
|
|
|
(state/get-custom-js-link)
|
|
(state/get-custom-js-link)
|
|
|
(config/get-custom-js-path))]
|
|
(config/get-custom-js-path))]
|