mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Set apiRootUrl for debug pop-out to load locales properly
Fixes #2629, #2630
This commit is contained in:
		| @@ -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},'*'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user