mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-28 10:40:07 +00:00
updated bookmark touch zone...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
95301411e4
commit
2acd3cfc28
@ -770,11 +770,16 @@ function setupBookmarkTouchZones(){
|
||||
.attr({
|
||||
title: 'Toggle bookmark (B)'
|
||||
})
|
||||
.on('click tap', function(){
|
||||
toggleBookmark($(e))
|
||||
})
|
||||
/*
|
||||
.swipe({
|
||||
click: function(){
|
||||
toggleBookmark($(e))
|
||||
}
|
||||
})
|
||||
*/
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user