lp1801947 (follow-up): specify behavior for eg-help-popover button
authorJane Sandberg <sandbej@linnbenton.edu>
Mon, 17 Aug 2020 20:51:59 +0000 (13:51 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Mon, 17 Aug 2020 20:51:59 +0000 (13:51 -0700)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

Open-ILS/src/templates/staff/share/t_help_popover.tt2

index 6ce1e4a..3e07fa3 100644 (file)
@@ -1,4 +1,5 @@
 <button class="glyphicon glyphicon-question-sign no-border"
+      type="button"
       uib-popover="{{helpText}}"
       popover-trigger="click"
       popover-placement="auto"
@@ -6,6 +7,7 @@
       ng-if="!helpLink || helpLink.length == 0"
 ></button>
 <button class="glyphicon glyphicon-question-sign no-border"
+      type="button"
       uib-popover-html="helpHtml"
       popover-trigger="click"
       popover-placement="auto"