diff --git a/css/design.css b/css/design.css
old mode 100644
new mode 100755
diff --git a/js/jquery.jcookie.min.js b/js/jquery.jcookie.min.js
old mode 100644
new mode 100755
diff --git a/panels/clock/background.png b/panels/clock/background.png
old mode 100644
new mode 100755
diff --git a/panels/departure/cache/.gitignore b/panels/departure/cache/.gitignore
old mode 100644
new mode 100755
diff --git a/panels/departure/config/oh14.json b/panels/departure/config/oh14.json
old mode 100644
new mode 100755
index e6c0e2f1ed9b034723e9dc45ff42e22f46b7e2b8..437e4b11a1f10f7cadc98376bc8eb006d3aae5b9
--- a/panels/departure/config/oh14.json
+++ b/panels/departure/config/oh14.json
@@ -1,18 +1,18 @@
-{
-	"max":"20",
-    "stops": [
-        "Dortmund:Universität S",
-        "Dortmund:Joseph-von-Fraunhofer Straße",
-        "Dortmund:Meitnerweg"
-    ],
-    "filter": {
-        "bl": {
-            "type": [
-                "H-Bahn"
-            ],
-        	"destination" : [
-        		"Dortmund Otto-Hahn-Straße"
-        	}
-        }
-    }
-}
\ No newline at end of file
+{
+	"max":"20",
+    "stops": [
+        "Dortmund:Universität S",
+        "Dortmund:Joseph-von-Fraunhofer Straße",
+        "Dortmund:Meitnerweg"
+    ],
+    "filter": {
+        "bl": {
+            "type": [
+                "H-Bahn"
+            ],
+	    	"destination": [
+			"Dortmund Otto-Hahn-Straße"
+			]
+        }
+    }
+}
diff --git a/panels/departure/departures.php b/panels/departure/departures.php
old mode 100644
new mode 100755
index b1d1b4cf2422d9928c9e30873910b03c60cbb520..97868a541adf0a63cf7fd0c16112236d3a5b9d13
--- a/panels/departure/departures.php
+++ b/panels/departure/departures.php
@@ -34,7 +34,7 @@
 		}
 		if (count($options['stops']) == 0) {
 			$result['error'] = 'no stops defined';
-			$result['config']['name'] = $_GET['config'];
+			$result['config']['name'] = $config_name;
 			$result['config']['type'] = 'panel/departure';
 			$result['options'] = $options;
 			echo json_encode($result);
@@ -42,7 +42,7 @@
 		}
 	} else {
 		$result['error'] = 'no config defined';
-		$result['config']['name'] = '';
+		$result['config']['name'] = $config_name;
 		$result['config']['type'] = 'panel/departure';
 		$result['options'] = $options;
 		echo json_encode($result);
diff --git a/panels/scrollbar/style.less b/panels/scrollbar/style.less
old mode 100644
new mode 100755