Skip to content
Snippets Groups Projects
Commit 82daa9db authored by falcon's avatar falcon
Browse files

#657180 reported by sivaji: Removing unused js...

parent 858800e6
No related branches found
No related tags found
No related merge requests found
......@@ -90,10 +90,6 @@ function quiz_questions($node) {
// Set page title.
drupal_set_title(check_plain($node->title));
// Add JS
$path = drupal_get_path('module', 'quiz') . '/quiz.admin.js';
drupal_add_js($path, 'module');
$options['random_pool']['enabled'] = TRUE;
return drupal_get_form('quiz_questions_form', $node, $options);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment