www/js/log_brew.js

changeset 296
69fadd1aded2
parent 294
1e09d1d102a8
child 297
5e2424bfbc4a
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,
112 '<!DOCTYPE html>' + 114 '<!DOCTYPE html>' +
113 '<html>' + 115 '<html>' +
114 '<head>' + 116 '<head>' +
115 '<link rel="stylesheet" href="jqwidgets/styles/jqx.base.css" type="text/css" />' + 117 '<link rel="stylesheet" href="jqwidgets/styles/jqx.base.css" type="text/css" />' +
116 '<meta charset="utf-8" />' + 118 '<meta charset="utf-8" />' +
117 '<title>jQWidgets Chart</title>' + 119 '<title>' + my_code + ' ' + my_name + ' brouwdag</title>' +
118 '</head>' + 120 '</head>' +
119 '<body>' + content + '</body></html>'; 121 '<body>' + content + '</body></html>';
120 document.write(pageContent); 122 document.write(pageContent);
121 document.close(); 123 document.close();
122 newWindow.print(); 124 newWindow.print();

mercurial