master
Mark Moffat 2020-02-01 17:30:05 +10:30
parent 6825ea3305
commit 8c92d3ca33
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* eslint-disable prefer-arrow-callback, no-var, no-tabs */
/* globals showNotification, slugify, numeral, moment */
/* globals showNotification, slugify, numeral, moment, feather */
$(document).ready(function (){
$(document).on('click', '#btnGenerateAPIkey', function(e){
e.preventDefault();
@ -821,6 +821,6 @@ function globalSearch(){
$('#global-search-results').removeClass('invisible');
}
feather.replace()
feather.replace();
});
}

View File

@ -1,5 +1,5 @@
/* eslint-disable prefer-arrow-callback, no-var, no-tabs */
/* globals showNotification, numeral */
/* globals showNotification, numeral, feather */
$(document).ready(function (){
if($(window).width() < 768){
$('.menu-side').on('click', function(e){