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