mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Mass operation select box confirmation message
This commit is contained in:
parent
e6e335027f
commit
7bde4547b3
3 changed files with 10 additions and 6 deletions
|
@ -6,6 +6,7 @@ App.View.popup = function(content)
|
|||
}
|
||||
|
||||
tpl.set(':content', content);
|
||||
tpl.set(':STYLE', 'height:'+$(window).height()+'px');
|
||||
$('#popup-bg, #popup').remove();
|
||||
$(document.body).append(tpl.finalize());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue