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

Merge branch 'master' of sametmax-github:sametmax/0bin

This commit is contained in:
sam
2012-05-01 22:37:17 +07:00
9 changed files with 33 additions and 22 deletions

View File

@ -259,6 +259,10 @@ button.btn, input[type="submit"].btn {
top:-4px;
}
#alert-template {
display: none;
}
/** Progress bar */
.progress {

View File

@ -221,6 +221,8 @@ zerobin = {
},
message: function(type, message, title, flush, callback) {
$(window).scrollTop(0);
if (flush) {$('.alert-'+type).remove()}
$message = $('#alert-template').clone().attr('id', null)