mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
eslint fixes #2
This commit is contained in:
@@ -44,8 +44,8 @@ export const localizePagination = function(container) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
container.find("[title='Next page']").attr('title', translate('Next page'));
|
container.find('[title="Next page"]').attr('title', translate('Next page'));
|
||||||
container.find("[title='Previous page']").attr('title', translate('Previous page'));
|
container.find('[title="Previous page"]').attr('title', translate('Previous page'));
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user