diff --git a/templates/main.js b/templates/main.js index bfe89bc4..8bff3c03 100755 --- a/templates/main.js +++ b/templates/main.js @@ -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 %}