* Determine if a project is enabled/installed in the local Drupal codebase.
* Determine if a project is installed in the local Drupal codebase.
*
* @param {string} projectName
* The project name.
* @return {boolean}
* True if the project is enabled.
* True if the project is installed.
*/
functionprojectIsEnabled(projectName){
functionprojectIsInstalled(projectName){
return (
typeofdrupalSettings!=='undefined'&&
projectNameinMODULE_STATUS&&
@@ -94,14 +94,14 @@
);
constinstall=Drupal.t('Install');
constinstallText=Drupal.t(
'To use the module you must next install/enable it. Visit the !module_page_open modules page!close to install the module using your web browser!close',
'To use the module you must next install it. Visit the !module_page_open modules page!close to install the module using your web browser!close',