forked from mirrors/Scribe.js
Housekeeping
This commit is contained in:
parent
ef8088a036
commit
233a2ddc21
2 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
tag : tag,
|
tag : tag,
|
||||||
msg : msg
|
msg : msg
|
||||||
}, function(data){
|
}, function(data){
|
||||||
|
$("#input-tag").val("");
|
||||||
|
$("#input-msg").val("");
|
||||||
alert(data);
|
alert(data);
|
||||||
}).fail(function(err) {
|
}).fail(function(err) {
|
||||||
alert(err.responseText);
|
alert(err.responseText);
|
||||||
|
|
|
@ -415,6 +415,7 @@ body {
|
||||||
padding: 2px 4px; color: #FFF;
|
padding: 2px 4px; color: #FFF;
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
transition: background 250ms;
|
transition: background 250ms;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
.action--reload {
|
.action--reload {
|
||||||
color: #888;
|
color: #888;
|
||||||
|
|
Loading…
Add table
Reference in a new issue