diff options
Diffstat (limited to 'public/editor/editor.js')
-rw-r--r-- | public/editor/editor.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/editor/editor.js b/public/editor/editor.js index bdf0580..2c4972f 100644 --- a/public/editor/editor.js +++ b/public/editor/editor.js @@ -26,4 +26,7 @@ $(function () { } } }); + $('.editable').focus(function(){ + $('.placeholder').removeClass('placeholder'); + }); }); |