diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-29 13:18:42 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-29 13:18:42 +0200 |
commit | b797528b78107b707dc1c56d70e07136d7c31028 (patch) | |
tree | 4b8d99232b1549711bbbac77299cac166d012628 /view/js | |
parent | e01b90c4c62d0ad7484c05c5d848e5749617e820 (diff) | |
download | volse-hubzilla-b797528b78107b707dc1c56d70e07136d7c31028.tar.gz volse-hubzilla-b797528b78107b707dc1c56d70e07136d7c31028.tar.bz2 volse-hubzilla-b797528b78107b707dc1c56d70e07136d7c31028.zip |
some work on making mod editpost use status_editor() - if you find anything related to jot broken please revert this commit
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/mod_settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js index e28a18b9f..3fd57995a 100644 --- a/view/js/mod_settings.js +++ b/view/js/mod_settings.js @@ -127,4 +127,4 @@ function channel_privacy_macro(n) { $('#id_profile_in_directory_onoff .off').addClass('hidden'); $('#id_profile_in_directory').val(1); } -}
\ No newline at end of file +} |