updated nuget

This commit is contained in:
Luke Pulverenti 2013-10-01 17:18:31 -04:00
parent 7b89e6fc81
commit bc19e7f928

View File

@ -208,7 +208,7 @@
$('#fldCollectionType', popup).hide();
}
$('#selectCollectionType', popup).html(MediaLibraryPage.getCollectionTypeOptionsHtml()).val('movies').selectmenu('refresh');
$('#selectCollectionType', popup).html(MediaLibraryPage.getCollectionTypeOptionsHtml()).selectmenu('refresh');
popup.on("popupafteropen", function () {
$('#textEntryForm input:first', this).focus();