diff --git a/Source/files/search.js b/Source/files/search.js index 8ebc373..964bfa7 100644 --- a/Source/files/search.js +++ b/Source/files/search.js @@ -3,7 +3,7 @@ * Licensed under the MIT license */ -$(document).ready( function() { +jQuery(document).ready( function($) { var typeselect = $("table.SourceFilters select.SourceType"); var reposelect = $("table.SourceFilters select.SourceRepo");