lib/rack/webconsole.rb in rack-webconsole-pry-0.1.8 vs lib/rack/webconsole.rb in rack-webconsole-pry-0.1.9

- old
+ new

@@ -21,10 +21,10 @@ # It also exposes a special route used by the {Repl}, a Ruby evaluator which # is responsible of keeping state between requests, remembering local # variables and giving a true IRB-esque experience. # class Webconsole - @@config = {:inject_jquery => false, :key_code => "96"} + @@config = {:inject_jquery => false, :key_code => "[96]"} class << self # Returns whether the Asset injecter must inject JQuery or not. # # @return [Boolean] whether to inject JQuery or not.