File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1515//
1616// You can specify all the values or you can default the Revision and Build Numbers
1717// by using the '*' as shown below:
18- [ assembly: AssemblyVersion ( "3.3.0 " ) ]
19- [ assembly: AssemblyFileVersion ( "3.3.0 " ) ]
18+ [ assembly: AssemblyVersion ( "3.3.1 " ) ]
19+ [ assembly: AssemblyFileVersion ( "3.3.1 " ) ]
2020//[assembly: AssemblyInformationalVersion("2.5-filters")]
Original file line number Diff line number Diff line change 55 <id >Griddly.Core</id >
66 <version ></version >
77 <authors >Chris Hynes, Joel Potter</authors >
8- <!-- <licenseUrl></licenseUrl>-->
98 <projectUrl >https://github.com/programcsharp/griddly</projectUrl >
109 <iconUrl >https://raw.githubusercontent.com/programcsharp/griddly/master/Griddly/Content/griddly-32.png</iconUrl >
1110 <requireLicenseAcceptance >false</requireLicenseAcceptance >
11+ <license type =" expression" >MIT</license >
1212 <description >Pagable sortable MVC enabled grid (core files only)</description >
1313 <!-- <summary></summary>-->
1414 <language >en-US</language >
Original file line number Diff line number Diff line change 55 <id >Griddly</id >
66 <version ></version >
77 <authors >Chris Hynes, Joel Potter</authors >
8- <!-- <licenseUrl></licenseUrl>-->
98 <projectUrl >http://griddly.com</projectUrl >
109 <iconUrl >https://raw.githubusercontent.com/programcsharp/griddly/master/Griddly/Content/griddly-32.png</iconUrl >
1110 <requireLicenseAcceptance >false</requireLicenseAcceptance >
12- <!-- < license type="expression">MIT</license> -- >
11+ <license type =" expression" >MIT</license >
1312 <description >Pagable, sortable, MVC enabled grid</description >
14- <!-- <summary></summary>-->
1513 <language >en-US</language >
1614 <dependencies >
1715 <group >
Original file line number Diff line number Diff line change 362362 }
363363 else
364364 {
365- if ( typeof value === typeof undefined && input . is ( "[multiple]" ) )
365+ if ( ( value === null || typeof value === typeof undefined ) && input . is ( "[multiple]" ) )
366366 input . find ( "option:selected" ) . prop ( "selected" , false ) ;
367367 else
368368 input . val ( [ ] . concat ( value ) ) ;
You can’t perform that action at this time.
0 commit comments