UNPKG

webduino-blockly

Version:

The Visual Programming Editor for Webduino

15 lines (10 loc) 251 B
+(function (window, document) { 'use strict'; var env = Code.getTags(); if (env.length === 1 && env[0] === 'smart') { if (location.protocol === 'https:') { location.protocol = 'http:'; return; } } }(window, document));