Skip to content

Commit 55bed0e

Browse files
author
purduercac-docs-bot
committed
Merge remote-tracking branch 'origin/main' into dev
2 parents dc89ddb + 73811b4 commit 55bed0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/assets/js/init-tablefilter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ document.addEventListener("DOMContentLoaded", function () {
5050
on_after_filter: updateCounter // fires after every filter operation
5151
};
5252
if (isContainerTable) {
53-
tfConfig.watermark = ['Start typing...', 'Avalable cluster...'];
53+
tfConfig.watermark = ['Start typing...', 'Available cluster...'];
5454
} else {
5555
tfConfig.col_2 = 'input'; // Available at/Discipline → text input
5656
tfConfig.watermark = isDatasetTable
5757
? ['Start typing...', 'Category...', 'Discipline...']
58-
: ['Start typing...', 'Topic...', 'Avalable cluster...'];
58+
: ['Start typing...', 'Topic...', 'Available cluster...'];
5959
}
6060

6161
var tf = new TableFilter(tableId, tfConfig);

0 commit comments

Comments
 (0)