disable manifest during development, set placeholder text

This commit is contained in:
Aaron Parecki 2015-05-10 14:14:35 +02:00
parent 2792d5150d
commit b92daf96f5
5 changed files with 18 additions and 11 deletions

View file

@ -26,4 +26,7 @@ $(function () {
}
}
});
$('.editable').focus(function(){
$('.placeholder').removeClass('placeholder');
});
});