Browse Source

Fixed helios loading amber.js home variable

Nicolas Petton 11 years ago
parent
commit
d90f9cd499
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/amber.js

+ 1 - 1
js/amber.js

@@ -305,7 +305,7 @@ amber = (function() {
 
 	that.loadHelios = function() {
         loadCSS('helios_frame.css');
-        var frame = jQuery('<div id="helios"><iframe frameborder=0 src="../helios.html"></iframe></div>');
+        var frame = jQuery('<div id="helios"><iframe frameborder=0 src="' + home + 'helios.html"></iframe></div>');
 
         jQuery('body').append(frame);
         jQuery(frame).resizable({