more ui tweaks
This commit is contained in:
parent
03fed5a243
commit
c0884fb1e4
@ -199,6 +199,11 @@ WhatDidTheySay.setup_transcript_action_buttons = function(container, approved_ed
|
|||||||
'onSuccess': function() {
|
'onSuccess': function() {
|
||||||
container.update(WhatDidTheySay.messages.approved);
|
container.update(WhatDidTheySay.messages.approved);
|
||||||
new Effect.Highlight(container);
|
new Effect.Highlight(container);
|
||||||
|
new PeriodicalExecuter(function(pe) {
|
||||||
|
new Effect.Fade(container, {
|
||||||
|
from: 1, to: 0, duration: 0.25, afterFinish: function() { container.hide(); }
|
||||||
|
});
|
||||||
|
}, 3);
|
||||||
|
|
||||||
var language_selector = approved_editor_container.select('select').pop();
|
var language_selector = approved_editor_container.select('select').pop();
|
||||||
if (language_selector) {
|
if (language_selector) {
|
||||||
|
Loading…
Reference in New Issue
Block a user