Skip to content

Commit

Permalink
.vaultbrew in views
Browse files Browse the repository at this point in the history
  • Loading branch information
marloso2 committed Dec 3, 2019
1 parent bdeefb0 commit 3deea9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cljs/orcpub/dnd/e5/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -6991,7 +6991,7 @@
(let [text (.. e -target -result)]
(dispatch [::e5/import-plugin nm text]))))
(.readAsText reader file))
(let [nm (first (s/split filename (or #".dmvbrew")))]
(let [nm (first (s/split filename (or #".vaultbrew")))]
(.addEventListener
reader
"load"
Expand Down Expand Up @@ -7261,7 +7261,7 @@
[:div.p-20.bg-lighter.main-text-color.m-b-10.m-l-10.m-r-10.b-rad-5
[:div.f-w-b.f-s-24.m-b-5 "Import Option Source"]
[:input {:type "file"
:accept [".orcbrew", ".dmvbrew"]
:accept [".orcbrew", ".vaultbrew"]
:on-change import-file}]]
[my-content]]])

Expand Down

0 comments on commit 3deea9c

Please sign in to comment.