Fix issue with doing more than one share and the share frame not opening.
This commit is contained in:
Родитель
6810d2bec4
Коммит
c9080ad795
1
Makefile
1
Makefile
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче