diff --git a/htroot/CrawlStartExpert.html b/htroot/CrawlStartExpert.html
index ec4a692a0..d44bffe1a 100644
--- a/htroot/CrawlStartExpert.html
+++ b/htroot/CrawlStartExpert.html
@@ -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. */