Skip to content

Commit 46cf0d9

Browse files
authored
Resolves Issue fortran-lang#217
I have made changes that would handle all package search regex and this also solves the Issue fortran-lang#217. Thanks and Regards, Henil Panchal
1 parent 29d8651 commit 46cf0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/package_search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
projects = data.projects;
1616

1717
// Get search string
18-
var query = fortranLang.findGetParameter('query').split('+').join(' ');
18+
var query = window.location.href.split('+').join(' ');
1919

2020
var tokens,queryString,
2121
re = /[?&]?([^=]+)=([^&]*)/g;

0 commit comments

Comments
 (0)