From d18758f0a8a5b87e321ad6eea5290cbfcaf0988d Mon Sep 17 00:00:00 2001 From: Christos Nianiakas Date: Tue, 7 Apr 2015 11:46:09 +0300 Subject: [PATCH] Redifined supported Browser and OS detection function in order to allow compilerflasher initialization under a codebender.cc domain Note: This function returns always true (no checks are performed) --- src/views/blockly.html.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/blockly.html.twig b/src/views/blockly.html.twig index e8af144c2..073006aea 100644 --- a/src/views/blockly.html.twig +++ b/src/views/blockly.html.twig @@ -200,6 +200,9 @@ * Document Ready actions */ $(document).ready(function(){ + window.osBrowserIsSupported = function () { + return true; + }; compilerflasher = new compilerflasher(getFiles); /**