Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ _ReSharper*/
~$*

#NuGet
packages/
packages/
.vs
2 changes: 1 addition & 1 deletion Griddly/Scripts/griddly.js
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@
{
$("[data-role=griddly]").griddly();

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

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