diff --git a/BeWoPlanerMobil/BeWoPlanerMobil.csproj b/BeWoPlanerMobil/BeWoPlanerMobil.csproj
index 2b6a53261..320e0acaa 100644
--- a/BeWoPlanerMobil/BeWoPlanerMobil.csproj
+++ b/BeWoPlanerMobil/BeWoPlanerMobil.csproj
@@ -15,7 +15,7 @@
BeWoPlanerMobil
v4.5
false
- false
+ true
@@ -279,7 +279,7 @@
False
8808
/
- http://localhost/BeWoPlanerMobil
+ http://localhost:7707/
False
False
diff --git a/BeWoPlanerMobil/BeWoPlanerMobil.csproj.user b/BeWoPlanerMobil/BeWoPlanerMobil.csproj.user
index 5cffa0aed..65f36bd35 100644
--- a/BeWoPlanerMobil/BeWoPlanerMobil.csproj.user
+++ b/BeWoPlanerMobil/BeWoPlanerMobil.csproj.user
@@ -1,7 +1,7 @@
- false
+ true
diff --git a/BeWoPlanerMobil/Scripts/mainView.js b/BeWoPlanerMobil/Scripts/mainView.js
index 931b0c607..e4e81d625 100644
--- a/BeWoPlanerMobil/Scripts/mainView.js
+++ b/BeWoPlanerMobil/Scripts/mainView.js
@@ -159,7 +159,7 @@ function updateChildGoals(goalOid) {
goalOidArray = new Array();
var parent = document.getElementById("goal" + goalOid);
- alert("start");
+ //alert("start");
CheckChildGoalNodes(parent);
//makeAjaxCall("GET", updateGoalsUrl, null, { pGoalOid: cbId }, null);
}
@@ -168,15 +168,15 @@ function CheckChildGoalNodes(parent) {
goalOidArray = new Array();
var next = parent.parentNode;
- alert(next);
- alert(next.nextSibling);
+ //alert(next);
+ //alert(next.nextSibling);
var nodeList = next.childNodes;
- alert(nodeList.length);
+ //alert(nodeList.length);
for (var i = 0; i < nodeList.length; i++) {
var node = nodeList[i];
- alert(node.nodeName);
+ //alert(node.nodeName);
CheckChildGoalNodes(node);
}
diff --git a/BeWoPlanerMobil/Views/Shared/_Layout.cshtml b/BeWoPlanerMobil/Views/Shared/_Layout.cshtml
index 4f5776bd5..33ef71a3a 100644
--- a/BeWoPlanerMobil/Views/Shared/_Layout.cshtml
+++ b/BeWoPlanerMobil/Views/Shared/_Layout.cshtml
@@ -14,7 +14,7 @@
-
+