From 1be29a75ace20cd7f887bcdd4eef91f2ea6ec1bf Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:28:34 -0500 Subject: [PATCH] Update adtest.html --- adtest.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'); });