You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in line 31 you generate the class like "window_1", "window_2" etc. Please replace the line with the following line: var jqoWindow = $('<div class="window window_'+i+'"></div>');
Because you set the double qoutes at the wrong position, it will output the position indicator after the classlist.
Im not familiar with github, so i cant send a pull request.
Sorry for my bad english.
Cheers,
Yannik
The text was updated successfully, but these errors were encountered:
Hi,
in line 31 you generate the class like "window_1", "window_2" etc. Please replace the line with the following line:
var jqoWindow = $('<div class="window window_'+i+'"></div>');
Because you set the double qoutes at the wrong position, it will output the position indicator after the classlist.
Im not familiar with github, so i cant send a pull request.
Sorry for my bad english.
Cheers,
Yannik
The text was updated successfully, but these errors were encountered: