www/js/log_fermentation.js

changeset 296
69fadd1aded2
parent 194
d202777ebae5
child 494
af28ebe4a779
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
21 *****************************************************************************/ 21 *****************************************************************************/
22 22
23 23
24 $(document).ready(function () { 24 $(document).ready(function () {
25
26 $('#jqxMenu').jqxMenu('destroy');
25 27
26 $("#jqxLoader").jqxLoader({ 28 $("#jqxLoader").jqxLoader({
27 width: 250, 29 width: 250,
28 height: 150, 30 height: 150,
29 isModal: true, 31 isModal: true,
129 '<!DOCTYPE html>' + 131 '<!DOCTYPE html>' +
130 '<html>' + 132 '<html>' +
131 '<head>' + 133 '<head>' +
132 '<link rel="stylesheet" href="jqwidgets/styles/jqx.base.css" type="text/css" />' + 134 '<link rel="stylesheet" href="jqwidgets/styles/jqx.base.css" type="text/css" />' +
133 '<meta charset="utf-8" />' + 135 '<meta charset="utf-8" />' +
134 '<title>jQWidgets Chart</title>' + 136 '<title>' + my_code + ' ' + my_name + ' vergisting</title>' +
135 '</head>' + 137 '</head>' +
136 '<body>' + content + '</body></html>'; 138 '<body>' + content + '</body></html>';
137 document.write(pageContent); 139 document.write(pageContent);
138 document.close(); 140 document.close();
139 newWindow.print(); 141 newWindow.print();

mercurial