remove unused argument
parent
941b86b6c3
commit
98de9327a7
|
@ -2884,7 +2884,7 @@
|
|||
// Start content in the current background
|
||||
if( currentBackground ) {
|
||||
|
||||
startEmbeddedContent( currentBackground, true );
|
||||
startEmbeddedContent( currentBackground );
|
||||
|
||||
var backgroundImageURL = currentBackground.style.backgroundImage || '';
|
||||
|
||||
|
|
Loading…
Reference in New Issue