datatable: use the term filter instead of search - jscancer - Javascript crap (relatively small)
 (HTM) git clone git://git.codemadness.org/jscancer
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 67bd3591e76e5e571a928f132ccbdc5952c41474
 (DIR) parent a635ec07e766c8e6b11f5616463807ce634d8b7c
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 18 Aug 2017 13:11:53 +0200
       
       datatable: use the term filter instead of search
       
       Diffstat:
         M datatable/example-ajax.html         |       2 +-
         M datatable/example.html              |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/datatable/example-ajax.html b/datatable/example-ajax.html
       @@ -7,7 +7,7 @@
        </head>
        <body>
        
       -<input type="search" class="filter-text" value="" placeholder="Search..." autofocus="autofocus" /><br/>
       +<input type="search" class="filter-text" value="" placeholder="Filter..." autofocus="autofocus" /><br/>
        
        <!--<table id="datatable" class="datatable" style="display: none" data-lazyscroll="1" cellpadding="0" cellspacing="0" border="0">-->
        <table id="datatable" class="datatable" cellpadding="0" cellspacing="0" border="0">
 (DIR) diff --git a/datatable/example.html b/datatable/example.html
       @@ -7,7 +7,7 @@
        </head>
        <body>
        
       -<input type="search" class="filter-text" value="" placeholder="Search..." autofocus="autofocus" /><br/>
       +<input type="search" class="filter-text" value="" placeholder="Filter..." autofocus="autofocus" /><br/>
        
        <!--<table id="datatable" class="datatable" style="display: none" data-lazyscroll="1" cellpadding="0" cellspacing="0" border="0">-->
        <table id="datatable" class="datatable" cellpadding="0" cellspacing="0" border="0">