aboutsummaryrefslogtreecommitdiffstats
path: root/opus/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'opus/templates/default.html')
-rw-r--r--opus/templates/default.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/opus/templates/default.html b/opus/templates/default.html
index c970b6b..3f8c0a3 100644
--- a/opus/templates/default.html
+++ b/opus/templates/default.html
@@ -8,6 +8,12 @@
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
<script type="text/javascript">
+ $(document).on("mobileinit", function(){
+ $.extend( $.mobile , {
+ ajaxEnabled: false
+ });
+ });
+
function getDate(field) {
// 2013-01-30 08:36:48
var splitRex = /^(\d{4})\-(\d{2})\-(\d{2})\s(\d{2}):(\d{2}):(\d{2})$/;