Fix: more simple
This commit is contained in:
parent
db9fe97738
commit
32421ef33c
@ -88,13 +88,9 @@ $(document).ready(function() {
|
|||||||
$('.dolEventError').click($.unblockUI);
|
$('.dolEventError').click($.unblockUI);
|
||||||
};
|
};
|
||||||
|
|
||||||
$.pleaseBePatient = function(message, picto) {
|
$.pleaseBePatient = function(message) {
|
||||||
var img = '';
|
|
||||||
if (picto != undefined) {
|
|
||||||
var img = picto + ' '
|
|
||||||
}
|
|
||||||
$.blockUI({
|
$.blockUI({
|
||||||
message: img + message,
|
message: message,
|
||||||
css: {
|
css: {
|
||||||
border: 'none',
|
border: 'none',
|
||||||
padding: '15px',
|
padding: '15px',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user