Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNatoli committed Nov 15, 2016
2 parents 4efbefa + 0c4a934 commit 724ad1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ var DataTable = function (table, details) {
* Setup the events for the table
*/
this.setupEvents = function () {
this.table.bind ("refresh", () => { this.refresh (); });
this.table.bind ("refresh", function () { object.refresh (); });

// Handle drop-down menu clicks
this.table.on("click", ".action a, .action[data-action]", function (e) {
Expand Down

0 comments on commit 724ad1f

Please sign in to comment.