Make WordPress Core


Ignore:
Timestamp:
09/22/2006 07:35:37 PM (18 years ago)
Author:
ryan
Message:

Tabbed editor and autosave fixes. Props skeltoac and westi. #2829

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/autosave.js.php

    r4206 r4209  
    7373function autosave() {
    7474    var form = $('post');
    75     var rich = tinyMCE.getInstanceById('content') ? true : false;
     75    var rich = ((typeof tinyMCE != "undefined") && tinyMCE.getInstanceById('content')) ? true : false;
    7676
    7777    autosaveAjax = new sack();
Note: See TracChangeset for help on using the changeset viewer.