mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ed9ed63e21
commit
09c33e6f1a
@ -733,15 +733,6 @@ var URLHistoryUIActions = actions.Actions({
|
|||||||
|
|
||||||
to_remove: to_remove,
|
to_remove: to_remove,
|
||||||
|
|
||||||
/*/ XXX not sure if this is the right way...
|
|
||||||
pins_buttons: [
|
|
||||||
// open...
|
|
||||||
['<span class="show-on-hover">↗</span>',
|
|
||||||
function(p){ dialog.browsePath(p) }],
|
|
||||||
'PIN',
|
|
||||||
'REMOVE',
|
|
||||||
],
|
|
||||||
//*/
|
|
||||||
buttons: [
|
buttons: [
|
||||||
// open...
|
// open...
|
||||||
['<span class="show-on-hover">↗</span>',
|
['<span class="show-on-hover">↗</span>',
|
||||||
|
|||||||
@ -2485,7 +2485,7 @@ var BrowserPrototype = {
|
|||||||
.find('[shortcut-number]')
|
.find('[shortcut-number]')
|
||||||
.removeAttr('shortcut-number')
|
.removeAttr('shortcut-number')
|
||||||
!clear
|
!clear
|
||||||
&& this.filter('*')
|
&& this.filter('*', false)
|
||||||
.slice(0, 10)
|
.slice(0, 10)
|
||||||
.each(function(i){
|
.each(function(i){
|
||||||
$(this).attr('shortcut-number', (i+1)%10) })
|
$(this).attr('shortcut-number', (i+1)%10) })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user