diff --git a/public/js/home.js b/public/js/home.js
index de2dc0a..a28cbeb 100644
--- a/public/js/home.js
+++ b/public/js/home.js
@@ -109,8 +109,8 @@ upload.prepareUpload = () => {
// Display the album selection
document.getElementById('albumDiv').style.display = 'block'
})
- .catch(e => {
- console.log(e)
+ .catch(error => {
+ console.log(error)
return swal('An error occurred!', 'There was an error with the request, please check the console for more information.', 'error')
})
}
diff --git a/public/libs/fontello/fontello.css b/public/libs/fontello/fontello.css
index d5709a8..0303165 100644
--- a/public/libs/fontello/fontello.css
+++ b/public/libs/fontello/fontello.css
@@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
- src: url('fontello.eot?93747628');
- src: url('fontello.eot?93747628#iefix') format('embedded-opentype'),
- url('fontello.woff2?93747628') format('woff2'),
- url('fontello.woff?93747628') format('woff'),
- url('fontello.ttf?93747628') format('truetype'),
- url('fontello.svg?93747628#fontello') format('svg');
+ src: url('fontello.eot?8080531');
+ src: url('fontello.eot?8080531#iefix') format('embedded-opentype'),
+ url('fontello.woff2?8080531') format('woff2'),
+ url('fontello.woff?8080531') format('woff'),
+ url('fontello.ttf?8080531') format('truetype'),
+ url('fontello.svg?8080531#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -76,3 +76,4 @@
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-chrome:before { content: '\f268'; } /* '' */
+.icon-firefox:before { content: '\f269'; } /* '' */
diff --git a/public/libs/fontello/fontello.eot b/public/libs/fontello/fontello.eot
index 220aacf..019938b 100644
Binary files a/public/libs/fontello/fontello.eot and b/public/libs/fontello/fontello.eot differ
diff --git a/public/libs/fontello/fontello.svg b/public/libs/fontello/fontello.svg
index ad2286d..407973f 100644
--- a/public/libs/fontello/fontello.svg
+++ b/public/libs/fontello/fontello.svg
@@ -47,6 +47,8 @@
+
+
\ No newline at end of file
diff --git a/public/libs/fontello/fontello.ttf b/public/libs/fontello/fontello.ttf
index 0d5bdfb..d6e59a9 100644
Binary files a/public/libs/fontello/fontello.ttf and b/public/libs/fontello/fontello.ttf differ
diff --git a/public/libs/fontello/fontello.woff b/public/libs/fontello/fontello.woff
index 37268cf..426e140 100644
Binary files a/public/libs/fontello/fontello.woff and b/public/libs/fontello/fontello.woff differ
diff --git a/public/libs/fontello/fontello.woff2 b/public/libs/fontello/fontello.woff2
index 97edb9d..19adce2 100644
Binary files a/public/libs/fontello/fontello.woff2 and b/public/libs/fontello/fontello.woff2 differ
diff --git a/views/_globals.njk b/views/_globals.njk
index 4227a46..e99fd7c 100644
--- a/views/_globals.njk
+++ b/views/_globals.njk
@@ -9,7 +9,7 @@
{#
This will be appended to all CSS and JS files, and should be changed on every updates to make sure clients load the very latest version of them.
#}
-{% set v = "wOEAXfLNwY" %}
+{% set v = "A1dpL9wiAz" %}
{#
These will be the links in the homepage and the No-JS uploader.
@@ -46,6 +46,14 @@
},
icon: 'icon-chrome icon-2x'
},
+ {
+ attrs: {
+ title: 'Firefox extension (devel)',
+ href: 'https://github.com/BobbyWibowo/loli-safe-extension/tree/firefox',
+ target: '_blank'
+ },
+ icon: 'icon-firefox icon-2x'
+ },
{
attrs: {
title: 'Bash uploader',