Browse Source

remove mod controls from quick reply, looks shit

pull/40/head
Michael Foster 11 years ago
parent
commit
af657bc6e7
  1. 5
      js/quick-reply.js

5
js/quick-reply.js

@ -122,6 +122,11 @@ var show_quick_reply = function(){
$td.find('input[name="file_url"]').removeAttr('id');
}
}
// Remove mod controls, because it looks shit.
if ($td.find('input[type="checkbox"]').length) {
$(this).remove();
}
}
});

Loading…
Cancel
Save