minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-08 07:12:12 +03:00
parent ed9ed63e21
commit 09c33e6f1a
2 changed files with 1 additions and 10 deletions

View File

@ -733,15 +733,6 @@ var URLHistoryUIActions = actions.Actions({
to_remove: to_remove,
/*/ XXX not sure if this is the right way...
pins_buttons: [
// open...
['<span class="show-on-hover">&#8599;</span>',
function(p){ dialog.browsePath(p) }],
'PIN',
'REMOVE',
],
//*/
buttons: [
// open...
['<span class="show-on-hover">&#8599;</span>',

View File

@ -2485,7 +2485,7 @@ var BrowserPrototype = {
.find('[shortcut-number]')
.removeAttr('shortcut-number')
!clear
&& this.filter('*')
&& this.filter('*', false)
.slice(0, 10)
.each(function(i){
$(this).attr('shortcut-number', (i+1)%10) })