function gathercontent_ctools_js_to_arg in GatherContent 7
Fixes weird menu_translate error.
File
- ./
gathercontent.module, line 64 - Imports pages from GatherContent (http://gathercontent.com/) into Drupal as nodes.
Code
function gathercontent_ctools_js_to_arg() {
return 'nojs';
}