disable manifest during development, set placeholder text
This commit is contained in:
parent
2792d5150d
commit
b92daf96f5
5 changed files with 18 additions and 11 deletions
|
@ -26,4 +26,7 @@ $(function () {
|
|||
}
|
||||
}
|
||||
});
|
||||
$('.editable').focus(function(){
|
||||
$('.placeholder').removeClass('placeholder');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue