mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
48332700da
commit
fec0f35171
@ -136,7 +136,7 @@ var StatusBarActions = actions.Actions({
|
||||
item.hasClass('global') ? 'global' : undefined)
|
||||
}
|
||||
})
|
||||
.on('click focus', function(){
|
||||
.focus(function(){
|
||||
$(this).selectText()
|
||||
})
|
||||
.blur(function(){
|
||||
@ -197,7 +197,7 @@ var StatusBarActions = actions.Actions({
|
||||
.on('edit-done', function(_, text){
|
||||
that.focusRibbon(text == '*' ? that.base : parseInt(text))
|
||||
})
|
||||
.on('click focus', function(){
|
||||
.focus(function(){
|
||||
$(this).selectText()
|
||||
})
|
||||
.blur(function(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user