WIP - url rewriting to support debug

This commit is contained in:
Nick O'Leary
2018-05-14 14:32:58 +01:00
parent f82a779817
commit e41d5c249f
3 changed files with 60 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
$(function() {
RED.i18n.init(function() {
RED.i18n.init({},function() {
var options = {
messageMouseEnter: function(sourceId) {
window.opener.postMessage({event:"mouseEnter",id:sourceId},'*');