Link
When I download it, the links from left-menu does not work !
Same here, makes it pretty unusable. Looks like it broke after the "Ripple fix" commit.
Among other changes, it inserted the following code on line 5 in asset/js/main.js:
e.preventDefault();
I don't know why this was put here, but it prevents execution of the link. To me, it should not be there.
How can i fix the links from left-menu ? It doesn't work.
- Edit the file
asset/js/main.js, and comment the line 5 with the content ofe.preventDefault();, and replace with this://e.preventDefault();(following the instrucctions of @phochs) - In Windows (
Control+F5) or in Mac (Command-Shift-R) to force the reload of javascript edited.
Thanks a lot @nelbren . It works now.
Thanks a lot @nelbren . It works now.
It's Again stopped working. I have removed e.preventDefault(); from main.js. Please, help :(
Try return false. Instead
Sent from my iPhone
On 6 Apr 2017, at 13:00, mayank-mehrotra <[email protected]mailto:[email protected]> wrote:
It's Again stopped working. I have removed e.preventDefault(); from main.js. Please, help :(
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/akivaron/miminium/issues/14#issuecomment-292221023, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AUEPT4o0eeU16OCTzkEnJ2plFX509_cdks5rtQvagaJpZM4K72ck.
Thanks a lot @nelbren . It works now.
How can i fix the links from mobile-menu ? It doesn't work and on click of link pages not opening. Please, help it's urgent.
For quick fix I have used javascript window.location it saved me for now but author should fix this issue or let us know how I can fix this. Thanks guys