quick-reply.js: let's settle on disabled floating link by default

Conflicts:
	js/settings.js
This commit is contained in:
czaks 2013-12-27 15:46:59 +01:00 committed by Michael Foster
parent d7bcdfa81a
commit 0c449f32db
2 changed files with 7 additions and 3 deletions

View file

@ -30,7 +30,11 @@ tb_settings['quick-reply'] = {
// Hide form when scrolled to top of page (where original form is visible)
hide_at_top: true,
// "Quick reply" button floating at the top right hand corner of the page at all times
floating_link: true
floating_link: false,
// Show remote in quick reply
show_remote: false,
// Show embedding in quick reply
show_embed: false
};
// ajax.js