mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-20 22:41:41 +00:00
disable codemirror search which add-on which seems to fight with browser search all the time
This commit is contained in:
@@ -74,8 +74,6 @@ public class EditRepresentation extends CharacterRepresentation {
|
||||
pw.println("<script src='" + getStaticRef("codemirror/codemirror.js") + "'></script>");
|
||||
pw.println("<script src='" + getStaticRef("codemirror/mode/xmlpure.js") + "'></script>");
|
||||
pw.println("<script src='" + getStaticRef("codemirror/util/dialog.js") + "'></script>");
|
||||
pw.println("<script src='" + getStaticRef("codemirror/util/searchcursor.js") + "'></script>");
|
||||
pw.println("<script src='" + getStaticRef("codemirror/util/search.js") + "'></script>");
|
||||
pw.println("<style>.CodeMirror { background: #fff; }</style>");
|
||||
pw.println("</head>");
|
||||
pw.println("<body style='background-color:#ddd'>");
|
||||
|
||||
Reference in New Issue
Block a user