diff --git a/test/ol.html b/test/ol.html index c5bd94291e..6c1e3afaab 100644 --- a/test/ol.html +++ b/test/ol.html @@ -22,7 +22,7 @@ // // - mode // which mode of compilation should be applied. Common values for this are -// RAW, SIMPLE or ADVANCED. If not provided, SIMPLE is used. +// RAW, SIMPLE or ADVANCED. If not provided, RAW is used. (function(doc, l){ var hostRegex = /[\\?&]host=([^&#]*)/, modeRegex = /[\\?&]mode=([^&#]*)/, @@ -35,7 +35,7 @@ : 'localhost:9810', mode = (modeResult && modeResult[1]) ? decodeURIComponent(modeResult[1]) - : 'SIMPLE', + : 'RAW', // Create the script tag which includes the derived variables from above script = ' - - - - - - - - - - - - - - - - - - - - - - - - +