Pageinate upload tabs. From the Paginator, mdawaffe. fixes #3193

git-svn-id: https://develop.svn.wordpress.org/trunk@4276 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-10-03 15:40:26 +00:00
parent c1d042931b
commit 8f25e35913
6 changed files with 59 additions and 20 deletions

View File

@@ -165,6 +165,9 @@ addLoadEvent( function() {
var filesEl = $('upload-files');
if ( filesEl )
filesEl.hide();
var navEl = $('current-tab-nav');
if ( navEl )
navEl.hide();
this.grabImageData(id);
},
@@ -173,6 +176,9 @@ addLoadEvent( function() {
var filesEl = $('upload-files');
if ( filesEl )
filesEl.show();
var navEl = $('current-tab-nav');
if ( navEl )
navEl.show();
}
if ( !this.ID )
this.grabImageData(0);