Automagically remove msg timestamp

This commit is contained in:
Matthias Mees
2014-03-08 13:34:02 +01:00
parent b1fc0bf6bf
commit 7e16db1b62
@@ -897,6 +897,10 @@ var AccessifyHTML5 = function (defaults, more_fixes) {
var $target = $(this).parent();
$target.fadeOut(250, function() { $target.remove(); });
});
// Automagic removal after 5 secs
setTimeout(function() {
$('#msg_timestamp').fadeOut(250).remove();
}, 5000);
});
// Editor tools