The problem was in my browser cookies. I've cleaned the browser data
and the problem didn't reproduce. This is probably due to recent
changes in the online editor.

On 15 mar, 13:59, Alan Etkin <spame...@gmail.com> wrote:
> When I click in the diskette for saving the file in the source code
> editor, the file is not saved, and a js error message is sent to the
> debugging feature in the browser:
>
> "area is not defined"
>
> The file that causes the error is ajax_editor.js, at line 33
>
> Here is the highlighted code:
>
> ...
> function doClickSave() {
>     try {
>         var data = eamy.instances[0].getText();
>     } catch(e) {
>         var data = area.textarea.value;
>     }
> ...
>
> web2py: Version 1.99.7 (2012-03-13 21:35:53) dev
> browser: Firefox 10.0

Reply via email to