mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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)
|
item.hasClass('global') ? 'global' : undefined)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.on('click focus', function(){
|
.focus(function(){
|
||||||
$(this).selectText()
|
$(this).selectText()
|
||||||
})
|
})
|
||||||
.blur(function(){
|
.blur(function(){
|
||||||
@ -197,7 +197,7 @@ var StatusBarActions = actions.Actions({
|
|||||||
.on('edit-done', function(_, text){
|
.on('edit-done', function(_, text){
|
||||||
that.focusRibbon(text == '*' ? that.base : parseInt(text))
|
that.focusRibbon(text == '*' ? that.base : parseInt(text))
|
||||||
})
|
})
|
||||||
.on('click focus', function(){
|
.focus(function(){
|
||||||
$(this).selectText()
|
$(this).selectText()
|
||||||
})
|
})
|
||||||
.blur(function(){
|
.blur(function(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user