.
This commit is contained in:
@@ -107,7 +107,6 @@
|
|||||||
.done(function (data) {
|
.done(function (data) {
|
||||||
console.log(data);
|
console.log(data);
|
||||||
toastr.info('Answer saved')
|
toastr.info('Answer saved')
|
||||||
}
|
|
||||||
})
|
})
|
||||||
.fail(function () {
|
.fail(function () {
|
||||||
alert('Error updating this model instance.');
|
alert('Error updating this model instance.');
|
||||||
@@ -220,6 +219,7 @@
|
|||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
opacity: 10%;
|
opacity: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-button:hover {
|
.toggle-button:hover {
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
opacity: 100%;
|
opacity: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user