Skip to content
Snippets Groups Projects
Commit 79dbf7f2 authored by MrDrogDrog's avatar MrDrogDrog
Browse files

Layout URL korrigiert

parent 466efd28
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ layout = { ...@@ -110,7 +110,7 @@ layout = {
}, },
loadLayout: function(layoutname) { loadLayout: function(layoutname) {
var w = "http://ib.2deep4real.de/layouts/layout?name="+layoutname; var w = "layouts/layout?name="+layoutname;
console.log(w); console.log(w);
$.get(w, function(e) { $.get(w, function(e) {
layout.processLayout(e, $("[data-container=main]")); layout.processLayout(e, $("[data-container=main]"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment