diff --git a/media/system/js/helpsite.js b/media/system/js/helpsite.js index aff38400153e6..132861ba65700 100644 --- a/media/system/js/helpsite.js +++ b/media/system/js/helpsite.js @@ -12,7 +12,7 @@ jQuery(document).ready(function() { { // Uses global variable helpsite_base for bast uri var select_id = jQuery(this).attr('rel'); - jQuery.getJSON(helpsite_base + '/index.php?option=com_users&task=profile.gethelpsites&format=json', function(data){ + jQuery.getJSON(helpsite_base + 'index.php?option=com_users&task=profile.gethelpsites&format=json', function(data){ // The response contains the options to use in help site select field var items = [];