Make WordPress Core


Ignore:
Timestamp:
03/09/2012 11:23:10 PM (14 years ago)
Author:
azaozz
Message:

Add support for DFW for all instances of the editor, part props sushkov, fixes #19843

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/quicktags.dev.js

    r19290 r20166  
    600600        qt.FullscreenButton.prototype = new qt.Button();
    601601        qt.FullscreenButton.prototype.callback = function(e, c) {
    602                 if ( c.id != 'content' || typeof(fullscreen) == 'undefined' )
     602                if ( !c.id || typeof(fullscreen) == 'undefined' )
    603603                        return;
    604604
Note: See TracChangeset for help on using the changeset viewer.