Skip to content

Commit 466ac26

Browse files
committed
Merge pull request #67 from nickdevore/master
Fix #66
2 parents 588d488 + cf73479 commit 466ac26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ _ReSharper*/
4747
~$*
4848

4949
#NuGet
50-
packages/
50+
packages/
51+
.vs

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@
14051405
{
14061406
$("[data-role=griddly]").griddly();
14071407

1408-
$(document).on("click", "[data-role=griddly-button]", GriddlyButton.handleClick);
1408+
$(document).on("click", "[data-role=griddly-button]:not(.griddly table a[data-toggle=ajax],.griddly table a[data-toggle=post])", GriddlyButton.handleClick);
14091409

14101410
// patch bootstrap js so it doesn't .empty() our inline filter dropdowns
14111411
// include if using bootstrap < 3.3.0

0 commit comments

Comments
 (0)