Linting
parent
6825ea3305
commit
8c92d3ca33
|
@ -1,5 +1,5 @@
|
||||||
/* eslint-disable prefer-arrow-callback, no-var, no-tabs */
|
/* eslint-disable prefer-arrow-callback, no-var, no-tabs */
|
||||||
/* globals showNotification, slugify, numeral, moment */
|
/* globals showNotification, slugify, numeral, moment, feather */
|
||||||
$(document).ready(function (){
|
$(document).ready(function (){
|
||||||
$(document).on('click', '#btnGenerateAPIkey', function(e){
|
$(document).on('click', '#btnGenerateAPIkey', function(e){
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
@ -821,6 +821,6 @@ function globalSearch(){
|
||||||
$('#global-search-results').removeClass('invisible');
|
$('#global-search-results').removeClass('invisible');
|
||||||
}
|
}
|
||||||
|
|
||||||
feather.replace()
|
feather.replace();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* eslint-disable prefer-arrow-callback, no-var, no-tabs */
|
/* eslint-disable prefer-arrow-callback, no-var, no-tabs */
|
||||||
/* globals showNotification, numeral */
|
/* globals showNotification, numeral, feather */
|
||||||
$(document).ready(function (){
|
$(document).ready(function (){
|
||||||
if($(window).width() < 768){
|
if($(window).width() < 768){
|
||||||
$('.menu-side').on('click', function(e){
|
$('.menu-side').on('click', function(e){
|
||||||
|
|
Loading…
Reference in New Issue