File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- {:deps {com.github.hephaistox/auto-build {:git/sha " 740a55bfdeca371fffda8ae96f7dbab16072052b " }}
1+ {:deps {com.github.hephaistox/auto-build {:git/sha " 58d0992fdf43313238153f369f1a6d8f27e26189 " }}
22 :paths []
33 :tasks
44 {:requires [[auto-build.os.exit-codes] [auto-build.os.exiting :refer [exit]]]
7373 :override-builtin true
7474 :requires [[auto-build.tasks.repl :as build-repl] [auto-build.echo :refer [level1-header]]]
7575 :task (-> (build-repl/repl level1-header " ." (current-task ) [:cljs-deps ] 7006 )
76- exit)}}}
76+ exit)}}}
Original file line number Diff line number Diff line change 2323 [" -m" " cognitect.test-runner" " -r" " .*-test.*" " -d" " test/clj" " test/cljc" ]}}
2424 :deps {amalloy/ring-gzip-middleware {:mvn/version " 0.1.4" }
2525 clj-http/clj-http {:mvn/version " 3.13.0" }
26- com.github.hephaistox/auto-core {:git/sha " 70c0de7cfc2898a76ed607814f58b45cb98c7936 " }
26+ com.github.hephaistox/auto-core {:git/sha " 0ef4d2d22532986f6533b19d09e00d28e0a7aa75 " }
2727 com.taoensso/sente {:mvn/version " 1.20.0" }
2828 hiccup/hiccup {:mvn/version " 2.0.0-RC5" }
2929 http-kit/http-kit {:mvn/version " 2.8.0" }
3636 ring/ring-anti-forgery {:mvn/version " 1.4.0" }
3737 ring/ring-headers {:mvn/version " 0.4.0" }
3838 ring/ring-ssl {:mvn/version " 0.4.0" }}
39- :paths [" src/clj" " src/cljc" " resources" ]}
39+ :paths [" src/clj" " src/cljc" " resources" ]}
Original file line number Diff line number Diff line change 1010 * Then, the language stored in the js.
1111 * In worst case, the `:en` language"
1212 []
13- (let [ls-lang (wlocal-storage/get-item :lang )
13+ (let [ls-lang (wlocal-storage/get-ls :lang )
1414 server-accepted-lang js/lang]
1515 (cond
1616 (some? ls-lang) (keyword ls-lang)
You can’t perform that action at this time.
0 commit comments