diff --git a/chrome/content/zotero/bindings/guidancepanel.xml b/chrome/content/zotero/bindings/guidancepanel.xml
new file mode 100644
index 000000000..e2c5fe693
--- /dev/null
+++ b/chrome/content/zotero/bindings/guidancepanel.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js
index f074648dd..ab530e772 100644
--- a/chrome/content/zotero/browser.js
+++ b/chrome/content/zotero/browser.js
@@ -421,6 +421,10 @@ var Zotero_Browser = new function() {
Zotero_Browser.statusImage.src = captureIcon;
Zotero_Browser.statusImage.tooltipText = tab.getCaptureTooltip();
Zotero_Browser.statusImage.hidden = false;
+
+ Zotero_Browser.statusImage.addEventListener("load", function() {
+ document.getElementById("zotero-status-image-guidance").show();
+ }, false);
} else {
Zotero_Browser.statusImage.hidden = true;
}
diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul
index d96237deb..f408ebb92 100644
--- a/chrome/content/zotero/overlay.xul
+++ b/chrome/content/zotero/overlay.xul
@@ -77,6 +77,7 @@
+