Skip to content

Commit

Permalink
fix mixed content issue
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
gregjhogan authored and lukeis committed Feb 23, 2016
1 parent 076203a commit c46671f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected void process(HttpServletRequest request, HttpServletResponse response)
builder.append("<html>");
builder.append("<head>");
builder
.append("<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script>");
.append("<script src='//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script>");

builder.append("<script src='/grid/resources/org/openqa/grid/images/console-beta.js'></script>");

Expand Down

0 comments on commit c46671f

Please sign in to comment.