diff --git a/adtest.html b/adtest.html index 2b9b4bf1..88a21586 100644 --- a/adtest.html +++ b/adtest.html @@ -57,6 +57,8 @@ This is a test page. +
+ @@ -64,9 +66,7 @@ This is a test page. // Example Only self.__VM = self.__VM || []; self.__VM.push(function (admanager, scope) { - scope.Config.get('mobile_banner').display('slot-1'); - scope.Config.get('billboard').display('slot-6'); - scope.Config.get('video').display('vm-av'); + scope.Config.get('billboard').display('slot-1'); });