diff --git a/control/content/index.html b/control/content/index.html
index 5f118c3..bead939 100755
--- a/control/content/index.html
+++ b/control/content/index.html
@@ -197,7 +197,7 @@
Select Tag(s)
-
+
- Anyone: Anyone on app can add content
- Tag Only: Only users with tag can add content
diff --git a/widget/app.js b/widget/app.js
index cb02d8b..bf632d5 100644
--- a/widget/app.js
+++ b/widget/app.js
@@ -663,8 +663,10 @@ function showOptionsDialog(topic, targetElement) {
break;
case 'report':
openReportDialog(topic)
+ break;
case 'share':
shareWithOthers(topic)
+ break;
}
};