diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-12-07 18:57:03 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-12-07 18:57:03 +0100 |
commit | 293df6308c2c8b3581ee4ac812b3ac65f31ccc66 (patch) | |
tree | a649c7c18247b5203af92e82ebb3ead44fd86fa6 /view/js | |
parent | af29822f04516c492fb41116d7a82e099cc89788 (diff) | |
download | volse-hubzilla-293df6308c2c8b3581ee4ac812b3ac65f31ccc66.tar.gz volse-hubzilla-293df6308c2c8b3581ee4ac812b3ac65f31ccc66.tar.bz2 volse-hubzilla-293df6308c2c8b3581ee4ac812b3ac65f31ccc66.zip |
some style.css janitor work
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/mod_mitem.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/view/js/mod_mitem.js b/view/js/mod_mitem.js index e883763df..56805a723 100644 --- a/view/js/mod_mitem.js +++ b/view/js/mod_mitem.js @@ -2,11 +2,6 @@ * JavaScript used by mod/mitem. */ $(document).ready(function() { - $("a#settings-default-perms-menu").colorbox({ - 'inline' : true, - 'transition' : 'elastic' - }); - $('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { @@ -19,4 +14,4 @@ $(document).ready(function() { $('#jot-public').show(); } }).trigger('change'); -});
\ No newline at end of file +}); |