Skip to content

Commit

Permalink
fixes #1208 - Bundle wicked-good-xpath
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Jun 4, 2019
1 parent 7b603aa commit e107447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<meta http-equiv="x-ua-compatible" content="IE=11">
<link rel="manifest" href="manifest.json">
<script src="node_modules/requirejs/require.js"></script>
<script src="node_modules/wicked-good-xpath/dist/wgxpath.install.js"></script>
<noscript>
<style>
#enable-js-banner {
Expand All @@ -32,8 +31,5 @@
<span id="banner-content"><h3>Please enable JavaScript</h3></span>
</div>
</noscript>
<script type="text/javascript">
wgxpath.install()
</script>
</body>
</html>
3 changes: 3 additions & 0 deletions src/phoenix.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ import { Drag, Drop } from 'vue-drag-drop'
import DesignSystem from 'owncloud-design-system'
import 'owncloud-design-system/dist/system/system.css'

import wgxpath from 'wicked-good-xpath'
wgxpath.install()

Vue.prototype.$client = new ownCloud()

Vue.use(VueEvents)
Expand Down

0 comments on commit e107447

Please sign in to comment.