summaryrefslogtreecommitdiffstats
path: root/templates/pwa
diff options
context:
space:
mode:
author6543 <24977596+6543@users.noreply.github.com>2019-11-14 14:44:46 +0100
committerAntoine GIRARD <sapk@users.noreply.github.com>2019-11-14 14:44:46 +0100
commita3e42bfebd0a2997deacd99a7d0a75633de814ed (patch)
treedc2b76286c3069c20c58959cd860a7230f63839d /templates/pwa
parent1716150cedf58c8cf9bdf4d0a136393577f5a0ea (diff)
downloadgitea-a3e42bfebd0a2997deacd99a7d0a75633de814ed.tar.gz
gitea-a3e42bfebd0a2997deacd99a7d0a75633de814ed.zip
[Feature] Add Gitea Emoji (#8950)
* add gitea emoji * alphabetic order * Update emojify.js to 1.1.0 * mv to custom * add gitea emoji * minify
Diffstat (limited to 'templates/pwa')
-rw-r--r--templates/pwa/serviceworker_js.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pwa/serviceworker_js.tmpl b/templates/pwa/serviceworker_js.tmpl
index dc2453e3d8..113e76dfbe 100644
--- a/templates/pwa/serviceworker_js.tmpl
+++ b/templates/pwa/serviceworker_js.tmpl
@@ -11,7 +11,7 @@ var urlsToCache = [
'{{StaticUrlPrefix}}/vendor/plugins/clipboard/clipboard.min.js',
'{{StaticUrlPrefix}}/vendor/plugins/gitgraph/gitgraph.js',
'{{StaticUrlPrefix}}/vendor/plugins/vue/vue.min.js',
- '{{StaticUrlPrefix}}/vendor/plugins/emojify/emojify.min.js',
+ '{{StaticUrlPrefix}}/vendor/plugins/emojify/emojify.custom.js',
'{{StaticUrlPrefix}}/vendor/plugins/cssrelpreload/loadCSS.min.js',
'{{StaticUrlPrefix}}/vendor/plugins/cssrelpreload/cssrelpreload.min.js',
'{{StaticUrlPrefix}}/vendor/plugins/dropzone/dropzone.js',