Ticket #3321: 3321.patch

File 3321.patch, 486 bytes (added by Artur Formella, 15 years ago)
  • _source/plugins/dialog/plugin.js

     
    21492149
    21502150                        tabId = cursor.getAttribute( 'name' );
    21512151                        // Avoid duplicate select.
    2152                         if ( !this._.dialog._.currentTabId == tabId )
     2152                        if ( this._.dialog._.currentTabId != tabId )
    21532153                                this._.dialog.selectPage( tabId );
    21542154                        return this;
    21552155                },
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy