removed unused variable
This commit is contained in:
parent
22402e640a
commit
f5841f6995
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ var ComicBook = (function ($) {
|
|||
}
|
||||
|
||||
window.addEventListener('touchstart', function (e) {
|
||||
var $dropdown, $el = $(e.target);
|
||||
var $el = $(e.target);
|
||||
if ($el.data('toggle') === 'dropdown' ) {
|
||||
$el.siblings('.dropdown').toggle();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue