mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-15 01:23:21 -07:00
Pre release
This commit is contained in:
parent
230c93fbe1
commit
3c81394a3e
25 changed files with 2486 additions and 124 deletions
|
@ -87,7 +87,7 @@ App.Actions.update_cs_value = function(evt)
|
|||
|
||||
if (App.Tmp[App.Env.world + '_selected_records'] > 0) {
|
||||
var confirm_message_key = App.Tmp[App.Env.world + '_selected_records'] == 1 ? 1 + ' record' : App.Tmp[App.Env.world + '_selected_records'] + ' records';
|
||||
var confirmed = confirm('This action will ' + val.toLowerCase() + ' ' + confirm_message_key + '. Do you want to proceede?');
|
||||
var confirmed = confirm('This action will ' + val.toLowerCase() + ' ' + confirm_message_key + '. Do you want to proceed?');
|
||||
if (confirmed) {
|
||||
fb.log('mass_' + val);
|
||||
var func_name = val.toLowerCase();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue