From 7235c19f75de490a8775bcb0cd8257b6cde6175c Mon Sep 17 00:00:00 2001
From: MrDrogDrog <a@a.de>
Date: Sat, 23 May 2015 10:14:15 +0200
Subject: [PATCH] URL nochmal verbessert

---
 webroot/js/panelAPI.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webroot/js/panelAPI.js b/webroot/js/panelAPI.js
index 43bfaaa..2afb8f5 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) {
-- 
GitLab