Skip to content

Commit f7af89d

Browse files
committed
Fix Google URL
1 parent d21d069 commit f7af89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/main/webapp/js/utils-0.0.28.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@
803803
return $.intelliWindow = $window.create($.extend({
804804
title: 'Intelligence window',
805805
selector: 'a.intelliWindow-symbol',
806-
google_url: 'https://www.google.com/search?full=',
806+
google_url: 'https://www.google.com/search?q=',
807807
project: undefined,
808808
init: function ($window) {
809809
var $highlight, $unhighlight, $unhighlightAll, $prev, $next

0 commit comments

Comments
 (0)