Browse Source

[IMP] add input mask to the repo

pull/1/head
houssine 7 years ago
parent
commit
11dfb57734
  1. 2653
      easy_my_coop/static/src/js/jquery.inputmask.bundle.js
  2. 2
      easy_my_coop/view/subscription_template.xml

2653
easy_my_coop/static/src/js/jquery.inputmask.bundle.js
File diff suppressed because it is too large
View File

2
easy_my_coop/view/subscription_template.xml

@ -4,7 +4,7 @@
<template id="assets_frontend" inherit_id="website.assets_frontend" name="Coop">
<xpath expr="." position="inside">
<script type="text/javascript" src="/easy_my_coop/static/src/js/easy_my_coop.js"></script>
<script type="text/javascript" src="/easy_my_coop/static/src/lib/jquery.inputmask.bundle.js"></script>
<script type="text/javascript" src="/easy_my_coop/static/src/js/jquery.inputmask.bundle.js"></script>
</xpath>
</template>

Loading…
Cancel
Save