diff options
author | zottel <github@zottel.net> | 2015-09-07 08:51:34 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-09-07 08:51:34 +0200 |
commit | 24b90b475b029fa535893e8d571a6714c1c54ebf (patch) | |
tree | 102193a26c00f689ceed9b1b0772529366d48b2f /view | |
parent | 938ef930d4b7353cc4e3c1f9dac015e91b96667b (diff) | |
parent | 2312f03eacd973c18342e26087d279ea2bebd4a8 (diff) | |
download | volse-hubzilla-24b90b475b029fa535893e8d571a6714c1c54ebf.tar.gz volse-hubzilla-24b90b475b029fa535893e8d571a6714c1c54ebf.tar.bz2 volse-hubzilla-24b90b475b029fa535893e8d571a6714c1c54ebf.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view')
-rw-r--r-- | view/js/mod_rpost.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/mod_rpost.js b/view/js/mod_rpost.js new file mode 100644 index 000000000..06b67136b --- /dev/null +++ b/view/js/mod_rpost.js @@ -0,0 +1 @@ +$(document).ready(function() { initEditor(); }); |