Skip to content

Commit

Permalink
Bugfix: Removed wrong code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben.suarez committed Nov 3, 2016
1 parent 2947d1f commit ff3d8b4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/extensions/defer-url/bootstrap-table-defer-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* such, you can use data-defer-url instead of data-url to allow you to instruct
* bootstrap-table to not make that initial request, rather it will use the data
* already on the page.
*
*
* @author: Ruben Suarez
* @webSite: http://rubensa.eu.org
* @version: v1.0.0
Expand All @@ -28,10 +28,5 @@
if (this.options.deferUrl) {
this.options.url = this.options.deferUrl;
}

// reset variable to original initServer function, so that future calls
// to initServer
// use the original function from this point on.
BootstrapTable.prototype.initServer = _initServer;
}
})(jQuery);

0 comments on commit ff3d8b4

Please sign in to comment.