diff --git a/js/shs.js b/js/shs.js old mode 100644 new mode 100755 index 596794b..778e283 --- a/js/shs.js +++ b/js/shs.js @@ -186,7 +186,7 @@ */ termAddNew = function($triggering_element, $container, term, base_id, level) { $.ajax({ - url: Drupal.settings.basePath + 'js/shs/json', + url: Drupal.settings.basePath + '?q=js/shs/json', type: 'POST', dataType: 'json', cache: true,