mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 10:50:25 +02:00
Plugin/Theme modal fixes and improved commercial plugin/theme handling.
This commit is contained in:
@@ -206,6 +206,14 @@ $(document).ready(function()
|
||||
{
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
if($(this).attr('data-cache') == 'false')
|
||||
{
|
||||
$('#uiModal').on('shown.bs.modal', function () {
|
||||
$(this).removeData('bs.modal');
|
||||
});
|
||||
}
|
||||
|
||||
var url = $(this).attr('href');
|
||||
var caption = $(this).attr('data-modal-caption');
|
||||
var height = ($(window).height() * 0.7) - 50;
|
||||
|
Reference in New Issue
Block a user