Always open rpost editor on document ready

This commit is contained in:
redmatrix
2015-09-06 20:50:31 -07:00
parent 1d09e4b620
commit 2312f03eac
2 changed files with 7 additions and 9 deletions

1
view/js/mod_rpost.js Normal file
View File

@@ -0,0 +1 @@
$(document).ready(function() { initEditor(); });