Search found 1 match

byZhumos
Sun Sep 06, 2020 4:57 am
Forum: Bug reports
Topic: [Skill calc V.2] Class does not load automatically
Replies: 1
Views: 903

[Skill calc V.2] Class does not load automatically

When loading a build via url, the class is not selected correctly. Had a quick play with the javascript in there and it looks related to these lines in skillbuilder.min.js: $(document).ready(function() { setup_calc() }); if (Object.keys(build_data).length > 0) { load_build_data() } It looks like the...