~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-includes/js/tinymce/mark_loaded_src.js

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-01-24 22:20:08 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20140124222008-wgyk0hvmhjkubf9i
Tags: 3.8.1+dfsg-1
* New upstream release.
* Depend on either mysql or mariadb client Closes: #732914

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* global tinyMCEPreInit, tinymce */
1
2
(function(){
2
3
        if ( typeof tinyMCEPreInit === 'undefined' )
3
4
                return;
14
15
                if ( plugin && plugin.charAt(0) != '-' ) {
15
16
                        markDone( baseurl+'/plugins/'+plugin+'/editor_plugin'+suffix+'.js' );
16
17
                        markDone( baseurl+'/plugins/'+plugin+'/langs/'+lang+'.js' );
17
 
                        markDone( baseurl+'/plugins/'+plugin+'/langs/'+lang+'_dlg.js' )
 
18
                        markDone( baseurl+'/plugins/'+plugin+'/langs/'+lang+'_dlg.js' );
18
19
                }
19
20
        });
20
21
})();