File diff 555163555332 → 3ec1ad3d78a8
conntrackt/static/conntrackt.js
Show inline comments
 
@@ -37,7 +37,7 @@
 
        // Show the search suggestions only if the user has provided 2 or more
 
        // characters.
 
        if (searchField.val().length >= 2) {
 
            request = $.getJSON("/conntrackt/api/search/" + searchField.val())
 
            request = $.getJSON(conntrackt_api_url + "/search/" + searchField.val())
 
                .done(function(data) {
 

	
 
                    // Process the retrieved JSON response, setting-up list of