mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fixes and tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f44a90c7c8
commit
d5549a3813
@ -1151,7 +1151,7 @@ var KeyboardActions = actions.Actions({
|
|||||||
callback: function(){ dialog.close() },
|
callback: function(){ dialog.close() },
|
||||||
timeout: that.config['confirm-delete-timeout'] || 2000,
|
timeout: that.config['confirm-delete-timeout'] || 2000,
|
||||||
buttons: [
|
buttons: [
|
||||||
['Cancel', function(){
|
['Cancel edit', function(){
|
||||||
abort = true
|
abort = true
|
||||||
make.dialog.close()
|
make.dialog.close()
|
||||||
}],
|
}],
|
||||||
@ -1211,7 +1211,7 @@ var KeyboardActions = actions.Actions({
|
|||||||
},
|
},
|
||||||
timeout: that.config['confirm-delete-timeout'] || 2000,
|
timeout: that.config['confirm-delete-timeout'] || 2000,
|
||||||
buttons: [
|
buttons: [
|
||||||
['Cancel', function(){
|
['Cancel edit', function(){
|
||||||
abort = true
|
abort = true
|
||||||
make.dialog.close()
|
make.dialog.close()
|
||||||
}],
|
}],
|
||||||
@ -1264,7 +1264,7 @@ var KeyboardActions = actions.Actions({
|
|||||||
},
|
},
|
||||||
timeout: that.config['confirm-delete-timeout'] || 2000,
|
timeout: that.config['confirm-delete-timeout'] || 2000,
|
||||||
buttons: [
|
buttons: [
|
||||||
['Cancel', function(){
|
['Cancel edit', function(){
|
||||||
abort = true
|
abort = true
|
||||||
make.dialog.close()
|
make.dialog.close()
|
||||||
}],
|
}],
|
||||||
|
|||||||
@ -94,7 +94,7 @@ function(text, options){
|
|||||||
var timeout = options.timeout || 2000
|
var timeout = options.timeout || 2000
|
||||||
var confirm_text = options.confirm_text ?
|
var confirm_text = options.confirm_text ?
|
||||||
options.confirm_text
|
options.confirm_text
|
||||||
: 'Confirm '+ elem.text().toLowerCase() +'?'
|
: 'Confirm '+ elem.find('.text').text().toLowerCase() +'?'
|
||||||
var text
|
var text
|
||||||
|
|
||||||
return elem
|
return elem
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user