Skip to content

Commit 5c3b810

Browse files
committed
Release 1.0.84.3
Fix bug in js on filters
1 parent 5e493e8 commit 5c3b810

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.2")]
19-
[assembly: AssemblyFileVersion("1.0.84.2")]
18+
[assembly: AssemblyVersion("1.0.84.3")]
19+
[assembly: AssemblyFileVersion("1.0.84.3")]

Griddly/Scripts/griddly.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,13 +1215,13 @@
12151215
// include if using bootstrap < 3.3.0
12161216
//var setContent = $.fn.popover.Constructor.prototype.setContent;
12171217

1218-
$.fn.popover.Constructor.prototype.setContent = function ()
1219-
{
1220-
var $tip = this.tip();
1218+
//$.fn.popover.Constructor.prototype.setContent = function ()
1219+
//{
1220+
// var $tip = this.tip();
12211221

1222-
$tip.find('.popover-content').children().detach();
1222+
// $tip.find('.popover-content').children().detach();
12231223

1224-
setContent.call(this);
1225-
};
1224+
// setContent.call(this);
1225+
//};
12261226
});
12271227
}(window.jQuery);

0 commit comments

Comments
 (0)