Skip to content

Commit

Permalink
Fix tooltip on demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf authored Mar 31, 2021
1 parent bb3f390 commit 9865d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h3 class="panel-title">
<label for="connectionHost">Connect to host:</label>
<input type="text" id="connectionHost" value="localhost" class="form-control" />
<div class="form-group form-inline">
<label for="connectionUsingSecure" data-toggle="tooltip" title="HTTPS Only: Allow secure pages to connect to insecure locations.">
<label for="connectionUsingSecure" data-toggle="tooltip" title="HTTPS Only: When disabled, allows secure pages to connect to insecure locations.">
Secure
</label>
<input checked type="checkbox" id="connectionUsingSecure" class="pull-right"/>
Expand Down

0 comments on commit 9865d2e

Please sign in to comment.