Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Fixing direct tag input
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesportwoodii committed Jan 16, 2015
1 parent 85e5e45 commit 4748fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion card.js

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

2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

setTimeout(function() {
$.each(icons, function(i) {
$("#5xpwrx65dx7gmn29 .weather").addClass(icons[i]);
$("#" + self.id + " .weather").addClass(icons[i]);
});

$("#" + self.id + " .header .temperature .degrees").text(f);
Expand Down

0 comments on commit 4748fc8

Please sign in to comment.