1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

added email settings

This commit is contained in:
max
2012-05-06 18:54:57 +07:00
parent a2edd3fe31
commit 3eb9ea89fb
10 changed files with 47 additions and 24 deletions

View File

@ -409,6 +409,9 @@ if (content && key) {
/** Syntaxic coloration */
prettyPrint();
/** Add margin color */
$("#paste-content").addClass("margin-color");
/* Display result */
$loading.text('Done').css('width', '100%');
$bar.hide();