equal
deleted
inserted
replaced
270 script.src=scriptPath+"/includes/clientside/tinymce/tiny_mce.js"; |
270 script.src=scriptPath+"/includes/clientside/tinymce/tiny_mce.js"; |
271 head.appendChild(script); |
271 head.appendChild(script); |
272 } |
272 } |
273 } |
273 } |
274 |
274 |
|
275 // wrapper for window.console |
|
276 if ( !window.console ) |
|
277 { |
|
278 window.console = { |
|
279 log: function() {}, |
|
280 debug: function() {}, |
|
281 info: function() {}, |
|
282 warn: function() {}, |
|
283 warning: function() {}, |
|
284 error: function() {}, |
|
285 write: function() {} |
|
286 } |
|
287 } |
|
288 |
275 // Do not remove the following comments, they are used by jsres.php. |
289 // Do not remove the following comments, they are used by jsres.php. |
276 /*!START_INCLUDER*/ |
290 /*!START_INCLUDER*/ |
277 |
291 |
278 // Start loading files |
292 // Start loading files |
279 // The string from the [ to the ] needs to be valid JSON, it's parsed by jsres.php. |
293 // The string from the [ to the ] needs to be valid JSON, it's parsed by jsres.php. |
358 break; |
372 break; |
359 } |
373 } |
360 } |
374 } |
361 }); |
375 }); |
362 |
376 |
363 |
|
364 //*/ |
377 //*/ |