File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 15
15
//
16
16
// You can specify all the values or you can default the Revision and Build Numbers
17
17
// by using the '*' as shown below:
18
- [ assembly: AssemblyVersion ( "1.6.0 " ) ]
19
- [ assembly: AssemblyFileVersion ( "1.6.0 " ) ]
18
+ [ assembly: AssemblyVersion ( "1.6.1 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "1.6.1 " ) ]
20
20
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]
Original file line number Diff line number Diff line change 305
305
event . preventDefault ( ) ;
306
306
} , this ) ) ;
307
307
308
- $ ( "form .grid_searchreset " , this . $element ) . on ( "click" , $ . proxy ( function ( event )
308
+ $ ( "form .griddly-search-reset " , this . $element ) . on ( "click" , $ . proxy ( function ( event )
309
309
{
310
310
this . resetFilterValues ( ) ;
311
311
} , this ) ) ;
Original file line number Diff line number Diff line change 259
259
260
260
@helper RenderFormFilters(GriddlySettings settings)
261
261
{
262
- <form class =" filterForm novalidate form-horizontal" >
262
+ <form class =" form-horizontal" >
263
263
@Html.Partial( " Griddly/GriddlyFilterForm" , settings )
264
264
265
265
<div class =" form-group form-group-sm" >
266
266
<div class =" col-sm-offset-2 col-sm-10" >
267
267
<button type =" submit" class =" btn btn-primary" >Search </button >
268
+ <button type =" reset" class =" btn btn-default griddly-search-reset" >Reset </button >
268
269
</div >
269
270
</div >
270
-
271
- <input type =" hidden" name =" query" value =" true" />
272
271
</form >
273
272
}
274
273
You can’t perform that action at this time.
0 commit comments