Problem/Motivation
Right now the 3rd party library is always loaded via CDN. Let the user decide if the want to load the library locally or via CDN.
Proposed resolution
Check if the bootstrap-select library is available locally in the library folder, if so choose the local file instead the CDN one
Remaining tasks
Use the library_info_alter hook to check if the library file exists.
Comments
Comment #3
mvogel commentedImplemented in 1.0.2