miminium icon indicating copy to clipboard operation
miminium copied to clipboard

Link

Open edsonlima95 opened this issue 9 years ago • 10 comments

When I download it, the links from left-menu does not work !

edsonlima95 avatar Nov 24 '16 17:11 edsonlima95

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.

phochs avatar Dec 17 '16 17:12 phochs

How can i fix the links from left-menu ? It doesn't work.

EdgarEldy avatar Mar 05 '17 21:03 EdgarEldy

  1. Edit the file asset/js/main.js, and comment the line 5 with the content of e.preventDefault();, and replace with this: //e.preventDefault(); (following the instrucctions of @phochs)
  2. In Windows (Control+F5) or in Mac (Command-Shift-R) to force the reload of javascript edited.

nelbren avatar Mar 06 '17 02:03 nelbren

Thanks a lot @nelbren . It works now.

EdgarEldy avatar Mar 19 '17 09:03 EdgarEldy

Thanks a lot @nelbren . It works now.

mayank-mehrotra avatar Mar 23 '17 12:03 mayank-mehrotra

It's Again stopped working. I have removed e.preventDefault(); from main.js. Please, help :(

mayank-mehrotra avatar Apr 06 '17 15:04 mayank-mehrotra

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.

edsonlima95 avatar Apr 06 '17 16:04 edsonlima95

Thanks a lot @nelbren . It works now.

mathanCst avatar Apr 20 '17 17:04 mathanCst

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.

mayank-mehrotra avatar May 03 '17 13:05 mayank-mehrotra

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

mayank-mehrotra avatar May 03 '17 13:05 mayank-mehrotra