source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/models/plugin_multiselect.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 231 bytes
Line 
1response.files.append(
2    URL('static', 'plugin_multiselect/jquery.multi-select.js'))
3response.files.append(URL('static', 'plugin_multiselect/multi-select.css'))
4response.files.append(URL('static', 'plugin_multiselect/start.js'))
Note: See TracBrowser for help on using the repository browser.