Skip to content

Commit 984b85c

Browse files
jolheiserlunny
andauthored
Remove old vendored dropzone from serviceworker (#10703)
* Remove dropzone from serviceworker * Remove CSS as well Co-authored-by: Lunny Xiao <[email protected]>
1 parent 3378fc9 commit 984b85c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/pwa/serviceworker_js.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var urlsToCache = [
1212
'{{StaticUrlPrefix}}/js/dropzone.js',
1313
'{{StaticUrlPrefix}}/vendor/plugins/codemirror/addon/mode/loadmode.js',
1414
'{{StaticUrlPrefix}}/vendor/plugins/codemirror/mode/meta.js',
15-
'{{StaticUrlPrefix}}/vendor/plugins/dropzone/dropzone.js',
1615
'{{StaticUrlPrefix}}/vendor/plugins/emojify/emojify.custom.js',
1716
'{{StaticUrlPrefix}}/vendor/plugins/jquery.datetimepicker/jquery.datetimepicker.js',
1817
'{{StaticUrlPrefix}}/vendor/plugins/jquery.minicolors/jquery.minicolors.min.js',
@@ -25,7 +24,6 @@ var urlsToCache = [
2524
'{{StaticUrlPrefix}}/css/dropzone.css',
2625
'{{StaticUrlPrefix}}/fomantic/semantic.min.css?v={{MD5 AppVer}}',
2726
'{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css',
28-
'{{StaticUrlPrefix}}/vendor/plugins/dropzone/dropzone.css',
2927
'{{StaticUrlPrefix}}/vendor/plugins/jquery.datetimepicker/jquery.datetimepicker.css',
3028
'{{StaticUrlPrefix}}/vendor/plugins/jquery.minicolors/jquery.minicolors.css',
3129
'{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.css',

0 commit comments

Comments
 (0)