artberri/sidr

Sidr not Working in Chrome

Phuizour opened this issue · 1 comments

Hello,

My version of chrome is 56.0.2924.87
and the version of Sidr is 2.2.1

Here is my code for .js file

$('#responsive-menu-button').sidr({
name: 'sidr-main',
source: '#block-mainnavigation'
});

and here is my .libraries file

global:

version: 1.x
css:
theme:
css/style.css: {}
css/responsive.css: {}
css/jquery.sidr.dark.min.css: {}
css/local.css: {}
js:
js/jquery.cycle.lite.js: {}
js/superfish.js: {}
js/jquery.sidr.min.js: {}
js/responsivemenu.js: {}
dependencies:
- core/jquery

and this works on IE11 (Mobile) however not in Chrome (Mobile) is anyone else having the same issue? as i was looking at old requests and it says that this was happening in the past

Cleared Chrome Cache (Hasn't Been Cleaned in a while xD)