function views_ui_js_load
Check to see if the incoming menu item is js capable or not.
File
-
./
views_ui.module, line 322
Code
function views_ui_js_load($js) {
if ($js == 'ajax') {
return TRUE;
}
return 0;
}
Check to see if the incoming menu item is js capable or not.
function views_ui_js_load($js) {
if ($js == 'ajax') {
return TRUE;
}
return 0;
}