Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/jquery.NobleCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
var mc_passed = false;

// if c_obj is not specified, then nothing to do here
if (typeof c_obj == 'string') {
if (typeof c_obj == 'string' || c_obj instanceof jQuery) {
// check for new & valid options
c_settings = $.extend({}, $.fn.NobleCount.settings, options);

Expand Down
2 changes: 1 addition & 1 deletion js/jquery.NobleCount.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.