fix: allow enable of CrawlStartExpert.html #file

pull/1/head
reger 11 years ago
parent 1b37b12998
commit 89e2c5e884

@ -133,9 +133,9 @@
});
};
/** Check DOM & properties if element is checkeds. */
/** Check DOM & properties if element is checked. */
$.fn.isChecked = function() {
return $(this).attr("checked") || $(this).prop("checked");
return $(this).prop("checked");
};
/** Set checked state for checkoxes/radio buttons. */

Loading…
Cancel
Save