mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-30 15:49:30 -06:00
Remove the last line under the last job item.
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="job">
|
||||
<div class="job {{last}}">
|
||||
<h2>
|
||||
<a href="http://github.com/{{username}}/{{name}}">{{name}}</a>
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user