frontend = {};
frontend.init = function() {
    $("textarea").resizehandle();
}
$(document).ready(frontend.init);