Skip to content

Commit 68faf4f

Browse files
committed
Remove tooltip from pfSort
1 parent 1648215 commit 68faf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sort/sort.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<form>
33
<div class="form-group">
44
<div class="dropdown btn-group">
5-
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tooltip="Sort by" tooltip-placement="bottom">
5+
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
66
{{config.currentField.title}}
77
<span class="caret"></span>
88
</button>

0 commit comments

Comments
 (0)