equal
deleted
inserted
replaced
141 return; |
141 return; |
142 } |
142 } |
143 |
143 |
144 switch (eq.toLowerCase()) { |
144 switch (eq.toLowerCase()) { |
145 case "content-type": |
145 case "content-type": |
146 tmp = getReItem(/charset\s*=\s*(.*)\s*/gi, value, 1); |
146 tmp = getReItem(/charset\s*=\s*(.*)\s*/gi, va, 1); |
147 |
147 |
148 // Override XML encoding |
148 // Override XML encoding |
149 if (tmp != "") |
149 if (tmp != "") |
150 xmlEnc = tmp; |
150 xmlEnc = tmp; |
151 |
151 |
372 tinyMCEPopup.editor.plugins.fullpage._setBodyAttribs(tinyMCEPopup.editor, {}); |
372 tinyMCEPopup.editor.plugins.fullpage._setBodyAttribs(tinyMCEPopup.editor, {}); |
373 tinyMCEPopup.close(); |
373 tinyMCEPopup.close(); |
374 } |
374 } |
375 |
375 |
376 function changedStyleField(field) { |
376 function changedStyleField(field) { |
377 //alert(field.id); |
|
378 } |
377 } |
379 |
378 |
380 function setMeta(he, k, v) { |
379 function setMeta(he, k, v) { |
381 var nl, i, m; |
380 var nl, i, m; |
382 |
381 |