errors with compressed version
Reported by shaun | June 29th, 2009 @ 09:17 PM | in 0.5
Sorry I accidenty closed this so I have created a new Issue.
There are some error which stop MooEditable.js from working when
compessed:
- line 39 - baseCSS option should be on one line.
- line 43 - html option should also be on one line.
- line 1022 - should have a semi-colon at the end.
so code should look like:
line 39 :-
baseCSS: 'html{ height: 100%; cursor: text }\ body{ font-family: sans-serif; border: 0; }',
line 43 :-
html: '<html>\ <head>\ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\ <style>{BASECSS} {EXTRACSS}</style>\ {EXTERNALCSS}\ </head>\ <body>{CONTENT}</body>\ </html>'
line 1022:-
input.focus();
see MooEditable.js for edits.
Comments and changes to this ticket
-
Lim Chee Aun July 10th, 2009 @ 10:09 AM
- State changed from new to resolved
- Tag set to compression
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A simple web-based WYSIWYG editor, written in Mootools.