From b6b07d377192665e00b0f016bdc56d8d5d33b92e Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 07 Jan 2015 09:52:38 -0500
Subject: [PATCH] - Layout fixes - Responsive fixes
---
interface/web/js/scrigo.js.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php
index 1445353..0c79fc4 100644
--- a/interface/web/js/scrigo.js.php
+++ b/interface/web/js/scrigo.js.php
@@ -423,6 +423,7 @@
success: function(data, textStatus, jqXHR) {
hideLoadIndicator();
jQuery('#sidebar').html(jqXHR.responseText);
+ loadPushyMenu();
},
error: function() {
hideLoadIndicator();
@@ -440,6 +441,7 @@
success: function(data, textStatus, jqXHR) {
hideLoadIndicator();
jQuery('#topnav-container').html(jqXHR.responseText);
+ loadPushyMenu();
},
error: function(o) {
hideLoadIndicator();
--
Gitblit v1.9.1