Skip to content

Commit

Permalink
removed unused js attempt at hiding featured
Browse files Browse the repository at this point in the history
  • Loading branch information
hatefulcrawdad committed Jan 31, 2014
1 parent bfe9acf commit 22d04d2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ $(function() {
$projectModal = $('.add-project'),
$cancelProject = $('[data-cancel-project]'),
$sachesearch = $('.sache-search'),
// host = window.location.host,
// pathname = window.location.search,
fadeSpeed = 200;

var closeModal = function() {
Expand All @@ -67,12 +65,6 @@ $(function() {
$responseBar.removeClass('show');
}

// console.log(pathname);

// if (pathname.length() == 0 || pathname != "?page=1") {
// $('#featured').hide();
// }

// Fade in add project instructions
$addProject.on('click', function(e) {
e.preventDefault();
Expand Down

0 comments on commit 22d04d2

Please sign in to comment.