mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
console log cleanup
This commit is contained in:
@ -3371,7 +3371,6 @@ $(document).ready(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#toastr_position').on('change', function () {
|
$('#toastr_position').on('change', function () {
|
||||||
console.error('saw toastr position change');
|
|
||||||
const value = $(this).find(':selected').val();
|
const value = $(this).find(':selected').val();
|
||||||
power_user.toastr_position = String(value);
|
power_user.toastr_position = String(value);
|
||||||
applyToastrPosition();
|
applyToastrPosition();
|
||||||
|
Reference in New Issue
Block a user