www/js/rec_edit.js

changeset 283
879b81864e4e
parent 271
af0270694d1e
child 286
124af734af68
--- a/www/js/rec_edit.js	Sat Feb 23 19:55:42 2019 +0100
+++ b/www/js/rec_edit.js	Sat Feb 23 21:07:14 2019 +0100
@@ -85,6 +85,11 @@
 	var	mashRow = 0;
 	var	mashData = {};
 
+	/*
+	 * Remove the top menu so that we MUST use the buttons to leave the editor.
+	 */
+	$('#jqxMenu').jqxMenu('destroy');
+
 	console.log("record:" + my_record + "  return:" + my_return + "  theme:" + theme);
 	$("#jqxLoader").jqxLoader({
 		width: 250,
@@ -3656,7 +3661,7 @@
 	$('#jqxTabs').jqxTabs({
 		theme: theme,
 		width: 1280,
-		height: 630,
+		height: 660,
 		autoHeight: false,
 		position: 'top'
 	});

mercurial