File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.5.18 " ) ]
19
- [ assembly: AssemblyFileVersion ( "1.5.18 " ) ]
18
+ [ assembly: AssemblyVersion ( "1.5.19 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "1.5.19 " ) ]
20
20
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]
Original file line number Diff line number Diff line change 587
587
else if ( valEnd != null )
588
588
display = ( dataType == "Date" ? "Before " : "<= " ) + this . getFormattedValue ( valEnd , dataType ) ;
589
589
590
- if ( display == null || ( dataType = = "String" && display . indexOf ( "null" ) != - 1 ) )
590
+ if ( display == null || ( dataType ! = "String" && display . indexOf ( "null" ) != - 1 ) )
591
591
{
592
592
display = "All " + filter . data ( "filter-name-plural" ) ;
593
593
You can’t perform that action at this time.
0 commit comments