Marlamin / wow.tools

Code powering https://wow.tools
GNU General Public License v3.0
59 stars 34 forks source link

Js Error: Cannot read property 'url' of undefined #56

Closed barncastle closed 4 years ago

barncastle commented 4 years ago

https://github.com/Marlamin/wow.tools/blob/141ad2f4a5ce58463b8dfd0970bb02c44c01b1ff/files/index.php#L383

I think this should be referencing DataTable:

$('#files').DataTable().ajax.url("/casc/filetable/files?buildConfig=" + build).draw(false); 
Marlamin commented 4 years ago

I think that was dead code anyways, removed, thanks for the report!