# HG changeset patch # User Edho Arief # Date 1444526361 0 # Node ID 4dfc6a9d1777da13a2e438a8ea74deb0542fb77f # Parent c0fddafb854b11d96d84f7c7f5be888061faaa53 diff -r c0fddafb854b -r 4dfc6a9d1777 mandarake-direct-link.user.js --- a/mandarake-direct-link.user.js Sun Oct 11 01:18:29 2015 +0000 +++ b/mandarake-direct-link.user.js Sun Oct 11 01:19:21 2015 +0000 @@ -19,5 +19,5 @@ $el.attr("href", url); }; - $("[href^=#adult_confirm']").each(fixLink); + $("[href^='#adult_confirm']").each(fixLink); }).call(); \ No newline at end of file