Remove the last line under the last job item.

This commit is contained in:
David Coallier
2011-02-07 17:22:20 +00:00
parent e89a29cbe2
commit a97a7434d8
2 changed files with 2 additions and 3 deletions

View File

@@ -183,7 +183,6 @@ var run = function() {
}
});
} else {
console.log('no languages');
$('#mylanguages').hide();
}
@@ -209,7 +208,7 @@ var run = function() {
forks: arr[index].info.forks
};
if (itemCount == sorted.length - 1 || itemCount == maxItems-1) {
if (itemCount == sorted.length - 1 || itemCount == maxItems - 1) {
view.last = 'last';
}

View File

@@ -1,4 +1,4 @@
<div class="job">
<div class="job {{last}}">
<h2>
<a href="http://github.com/{{username}}/{{name}}">{{name}}</a>
</h2>