]> source.dussan.org Git - nextcloud-server.git/commitdiff
really open website after click
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 16 Aug 2011 21:50:46 +0000 (23:50 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 16 Aug 2011 21:50:46 +0000 (23:50 +0200)
apps/bookmarks/js/bookmarks.js

index 7624ff5d394f400cc6e8cdc27e854df939bf424e..de747ae545cc19d9c7aa67a565aa48a88140fcc1 100644 (file)
@@ -81,7 +81,6 @@ function recordClick(event) {
                url: 'ajax/recordClick.php',
                data: "url=" + encodeURI($(this).attr('href')),
        });     
-       return false;
 }
 
 function encodeEntities(s){