diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-04 12:14:28 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-10-04 12:14:28 +0200 |
commit | 9f7d154e3451f1ccc1d69f0013e98acf4639c63b (patch) | |
tree | 760b565a0c6bc7001b945d4d79fb5ffb84948550 /app/Resources/static/themes/baggy/js | |
parent | f440e282819a1e92e3200cf2e588fc9a0c1278ac (diff) | |
download | wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.gz wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.zst wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.zip |
Add eslint & stylelint tests (fix a few things) and move dependencies to dev
Diffstat (limited to 'app/Resources/static/themes/baggy/js')
-rwxr-xr-x | app/Resources/static/themes/baggy/js/init.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Resources/static/themes/baggy/js/init.js b/app/Resources/static/themes/baggy/js/init.js index 8da9a859..07afd311 100755 --- a/app/Resources/static/themes/baggy/js/init.js +++ b/app/Resources/static/themes/baggy/js/init.js | |||
@@ -3,7 +3,6 @@ require('jquery.cookie'); | |||
3 | require('jquery-ui-browserify'); | 3 | require('jquery-ui-browserify'); |
4 | const annotator = require('annotator'); | 4 | const annotator = require('annotator'); |
5 | import { savePercent, retrievePercent } from '../../_global/js/tools.js'; | 5 | import { savePercent, retrievePercent } from '../../_global/js/tools.js'; |
6 | import { split, extractLast } from './autoCompleteTags.js'; | ||
7 | import { toggleSaveLinkForm } from './uiTools.js'; | 6 | import { toggleSaveLinkForm } from './uiTools.js'; |
8 | 7 | ||
9 | 8 | ||