Bug fixes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* http://creativecommons.org/publicdomain/zero/1.0/
|
||||
****************************************************************************/
|
||||
|
||||
export const onLoad = () => {
|
||||
const onLoad = () => {
|
||||
if (window.dayjs) dayjs.extend(window.dayjs_plugin_relativeTime);
|
||||
|
||||
// Indicate JS is loaded
|
||||
@@ -81,4 +81,6 @@ export const onLoad = () => {
|
||||
}, 1);
|
||||
});
|
||||
};
|
||||
|
||||
onLoad();
|
||||
// @license-end
|
||||
|
Reference in New Issue
Block a user