updated bookmark touch zone...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-02-04 00:29:15 +04:00
parent 95301411e4
commit 2acd3cfc28

View File

@ -770,11 +770,16 @@ function setupBookmarkTouchZones(){
.attr({ .attr({
title: 'Toggle bookmark (B)' title: 'Toggle bookmark (B)'
}) })
.on('click tap', function(){
toggleBookmark($(e))
})
/*
.swipe({ .swipe({
click: function(){ click: function(){
toggleBookmark($(e)) toggleBookmark($(e))
} }
}) })
*/
}) })
} }