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 %}
|
{% endif %}
|
||||||
{% raw %}
|
{% raw %}
|
||||||
|
|
||||||
function init_stylechooser() {
|
function initStyleChooser() {
|
||||||
var newElement = document.createElement('div');
|
var newElement = document.createElement('div');
|
||||||
newElement.className = 'styles';
|
newElement.className = 'styles';
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ var script_settings = function(script_name) {
|
||||||
};
|
};
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
init_stylechooser();
|
initStyleChooser();
|
||||||
initDynamicCaptcha();
|
initDynamicCaptcha();
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue