Archived
1
0

Fixed toggling of import pulldown by clicking import link.

This commit is contained in:
Dan Helfman 2009-03-19 17:37:25 -07:00
parent 4587ab0ddd
commit ffb70e547e

View File

@ -2883,7 +2883,7 @@ Wiki.prototype.export_clicked = function () {
}
Wiki.prototype.import_clicked = function () {
var pulldown_id = "import_pulldown";
var pulldown_id = "upload_import";
var existing_div = getElement( pulldown_id );
if ( existing_div ) {
existing_div.pulldown.shutdown();