[Koha-bugs] [Bug 17125] opac-basket: DataTables warning: table id= itemst - Cannot reinitialise DataTable.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 15 11:48:27 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17125

--- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
It should not appear, since the table seems to be initialized only once in the
document ready function. But putting this check around it should resolve the
problem:

if( ! $.fn.dataTable.isDataTable('#itemst') ) {
...
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list