main.js: rename init_stylechooser to camelCase

This commit is contained in:
Zankaria 2024-08-04 15:37:36 +02:00
parent a260bcb6d4
commit d7896b9c02

View file

@ -211,7 +211,7 @@ function changeStyle(styleName, link) {
{% endif %}
{% raw %}
function init_stylechooser() {
function initStyleChooser() {
var newElement = document.createElement('div');
newElement.className = 'styles';
@ -466,7 +466,7 @@ var script_settings = function(script_name) {
};
function init() {
init_stylechooser();
initStyleChooser();
initDynamicCaptcha();
{% endraw %}