supdegrave / meteor-evm

Event Volunteer Management system, built using meteor.js
2 stars 1 forks source link

Uncaught TypeError: undefined is not a function #1

Closed supdegrave closed 10 years ago

supdegrave commented 10 years ago

Since switching to semantic-ui, there are two errors on loading /users:

Uncaught TypeError: undefined is not a function filter_users.js : 6

sel.selectpicker('refresh');

Uncaught TypeError: undefined is not a function filter_users.js : 68

setTimeout(function(){$('select.selectpicker').selectpicker();},0);

supdegrave commented 10 years ago

$('select.selectpicker') no longer exists in filter_users.html

MonkeyDo commented 10 years ago

Indeed. Fixed !