Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit 0fe77fc

Browse files
committed
Update README.md
added maxInputLength
1 parent f972ed1 commit 0fe77fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ IE 8+ ✔ | Chrome ✔ | Firefox ✔ | Opera ✔ | Safari ✔ |
4141
jQuery("#ls_query").ajaxlivesearch({
4242
loaded_at: <?php echo $time; ?>,
4343
token: <?php echo "'" . $token . "'"; ?>,
44+
maxInput: <?php echo $maxInputLength; ?>,
4445
});
4546
```
4647

0 commit comments

Comments
 (0)