1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-26 20:16:38 +02:00

Updated link in help tooltip

This commit is contained in:
Max Guglielmi 2015-07-11 18:33:01 +10:00
parent 3c2cd9abe6
commit b9e568787d
3 changed files with 9261 additions and 19 deletions

File diff suppressed because one or more lines are too long

2232
dist/tablefilter/tf-1.js vendored

File diff suppressed because one or more lines are too long

View file

@ -24,10 +24,9 @@ export class Help{
'operators: <br /><b>&lt;</b>, <b>&lt;=</b>, <b>&gt;</b>, ' +
'<b>&gt;=</b>, <b>=</b>, <b>*</b>, <b>!</b>, <b>{</b>, <b>}</b>, ' +
'<b>||</b>,<b>&amp;&amp;</b>, <b>[empty]</b>, <b>[nonempty]</b>, ' +
'<b>rgx:</b><br/> Learn more:<br/>' +
'<b>rgx:</b><br/>' +
'<a href="https://github.com/koalyptus/TableFilter/wiki/' +
'4.-Filter-operators" target="_blank">https://github.com/' +
'koalyptus/TableFilter/wiki/4.-Filter-operators</a><hr/>';
'4.-Filter-operators" target="_blank">Learn more</a>.<hr/>';
//defines help innerHtml
this.instrHtml = f.help_instructions_html || null;
//defines reset button text