File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.0.84.1 " ) ]
19
- [ assembly: AssemblyFileVersion ( "1.0.84.1 " ) ]
18
+ [ assembly: AssemblyVersion ( "1.0.84.2 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "1.0.84.2 " ) ]
Original file line number Diff line number Diff line change 1211
1211
$ ( "[data-role=griddly]" ) . griddly ( ) ;
1212
1212
$ ( document ) . on ( "click" , "[data-role=griddly-button]" , GriddlyButton . handleClick ) ;
1213
1213
1214
- // patch stupid bootstrap js so it doesn't .empty() our inline filter dropdowns
1215
- // remove once bs fixes: https://github.com/twbs/bootstrap/pull/14244
1216
- var setContent = $ . fn . popover . Constructor . prototype . setContent ;
1214
+ // patch bootstrap js so it doesn't .empty() our inline filter dropdowns
1215
+ // include if using bootstrap < 3.3.0
1216
+ // var setContent = $.fn.popover.Constructor.prototype.setContent;
1217
1217
1218
1218
$ . fn . popover . Constructor . prototype . setContent = function ( )
1219
1219
{
You can’t perform that action at this time.
0 commit comments