diff --git a/webroot/js/panelAPI.js b/webroot/js/panelAPI.js
index 43bfaaa7be64823623cc5821a1da40ca1e64b1b1..2afb8f59fe62b7153b1165351282ffdba8dacf46 100644
--- a/webroot/js/panelAPI.js
+++ b/webroot/js/panelAPI.js
@@ -53,7 +53,7 @@ layout = {
         "css": null,
         "loadTemplate": function() {
           var t = this;
-          $.get("http://ib.2deep4real.de/layouts/template?name=" + this.name, function(e) {
+          $.get("layouts/template?name=" + this.name, function(e) {
 
             binder={loaded: layout.panelLoaded};
             if (e.js != null) {