Fixed issue #175
This commit is contained in:
parent
c3e2a0d19a
commit
d6760d02dd
|
@ -434,7 +434,7 @@ function changeDesign(obj) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// background image
|
// background image
|
||||||
if(obj.background_image.length > 0) {
|
if(typeof obj.background_image != 'undefined' && obj.background_image.length > 0) {
|
||||||
$('body').css('background-image','url(\'' + obj.background_image + '\')');
|
$('body').css('background-image','url(\'' + obj.background_image + '\')');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user