thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
505 stars 152 forks source link

thumbnails generated but not displayed - DataTable not a function? #314

Open wvanbusk opened 8 years ago

wvanbusk commented 8 years ago

Thumbnails generated in directory, but no images at all shown on site http://pub.lavachamber.com Chrome inspect shows error Uncaught TypeError: $(...).DataTable is not a function - line 3 clip_hu_mini.js > oTable = $('#cbtable').DataTable( {sPaginationType:"full_numbers",bSort:false,oLanguage:{oPaginate:{sLast:">>",sFirst:"<<",sPrevious:"<",sNext:">"},sZeroRecords:"No records to display",sInfoEmpty:"No entries to show",sEmptyTable:"No clip found.
Please copy some web content."},aLengthMenu:[[5,10,15,20,-1],[5,10,15,20,"All"]] });