Fixed broken rowlink caused by check on .rowlink-skip. Fixed #221

Thanks @cervengoc
This commit is contained in:
Arnold Daniels
2014-04-19 16:42:25 +02:00
parent 5eec3e6b0f
commit a96c41a7ff

View File

@@ -75,7 +75,7 @@
// ==================
$(document).on('click.bs.rowlink.data-api', '[data-link="row"]', function (e) {
if ($(e.target).closest('.rowlink-skip')) return
if ($(e.target).closest('.rowlink-skip').length !== 0) return
var $this = $(this)
if ($this.data('rowlink')) return