forked from leftypol/leftypol
main.js: rename init_stylechooser to camelCase
This commit is contained in:
parent
a260bcb6d4
commit
d7896b9c02
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue