mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-28 18:50:08 +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({
|
.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))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
*/
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user