Fix issue with doing more than one share and the share frame not opening.

This commit is contained in:
James Burke 2010-10-27 14:09:22 -07:00
Родитель 6810d2bec4
Коммит c9080ad795
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -67,7 +67,6 @@ $(xpi_dir)/$(xpi_name): $(xpi_dir) $(stage_dir) $(dep_files)
cd $(stage_dir) && zip -9r $(xpi_name) $(xpi_files)
mv $(stage_dir)/$(xpi_name) $(xpi_dir)/$(xpi_name)
web: $(static_dir)
$(static_dir):

Просмотреть файл

@ -250,7 +250,6 @@ var FFSHARE_EXT_ID = "ffshare@mozilla.org";
this.shareFrame.parentNode.removeChild(this.shareFrame);
this.shareFrame = null;
}));
this.hideAutoComplete();
this.visible = false;
},