mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Set apiRootUrl for debug pop-out to load locales properly
Fixes #2629, #2630
This commit is contained in:
parent
11ac8fbf13
commit
c9acfdb1d7
@ -1,5 +1,5 @@
|
||||
$(function() {
|
||||
RED.i18n.init({},function() {
|
||||
RED.i18n.init({apiRootUrl:"../../"},function() {
|
||||
var options = {
|
||||
messageMouseEnter: function(sourceId) {
|
||||
window.opener.postMessage({event:"mouseEnter",id:sourceId},'*');
|
||||
|
Loading…
Reference in New Issue
Block a user