Skip to content

Commit e049c66

Browse files
committed
Version 1.0.84.2
Remove bootstrap popover fix code
1 parent 44b4d0a commit e049c66

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
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("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")]

Griddly/Scripts/griddly.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,9 +1211,9 @@
12111211
$("[data-role=griddly]").griddly();
12121212
$(document).on("click", "[data-role=griddly-button]", GriddlyButton.handleClick);
12131213

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;
12171217

12181218
$.fn.popover.Constructor.prototype.setContent = function ()
12191219
{

0 commit comments

Comments
 (0)