Skip to content

Commit

Permalink
Removed left over debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRoach committed Feb 24, 2015
1 parent c204b13 commit d6df512
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rating.js
Expand Up @@ -21,7 +21,6 @@ rating.create = function(settings){

//Set the classes
var ratingClass = settings.ratingClass || {};
console.log(ratingClass);

var html = '<input type="hidden" name="'+this.name+'" value="'+this.defaultRating+'">';
//Create the ratings HTML
Expand Down Expand Up @@ -69,4 +68,4 @@ rating.create = function(settings){
$(settings.selector + ' img').on('click', function() {
$(this).siblings('input[name='+rating.name+']').val($(this).data('position'));
});
}
}

0 comments on commit d6df512

Please sign in to comment.