* Fixed bug #10959: t3editor/codecompletion CC triggers with spaces in TS path (thanks to Christian Kartnig)
* Fixed bug #12411: t3editor/codecompletion gifbuilder IMAGE type being treated as cObj IMAGE (thanks to Stephan Petzl)
* Fixed bug #12412: t3editor/codecompletion CONTENT->select is of type "string", should be "select" (thanks to Stephan Petzl)
+ * Cleanup: #12416: cleanup t3editor files
+ * Fixed bug #12413: t3editor should not be disabled in safari
2009-11-03 Ernesto Baschny <ernst@cron-it.de>
// ------------------------------------------------------------------------
-if (!Prototype.Browser.MobileSafari
- && !Prototype.Browser.WebKit) {
+if (!Prototype.Browser.MobileSafari) {
// everything ready: turn textarea's into fancy editors
Event.observe(window, 'load',