File: rename.patch

package info (click to toggle)
redmine-plugin-custom-css 0.1.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 488 kB
  • ctags: 3
  • sloc: ruby: 22; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Last-Update: 2015-07-01
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: rename libjs-codemirror file name

--- a/app/views/settings/_custom_css.html.erb
+++ b/app/views/settings/_custom_css.html.erb
@@ -1,6 +1,6 @@
 <%= stylesheet_link_tag 'codemirror', :plugin => :redmine_custom_css %>
-<%= javascript_include_tag 'codemirror.min', :plugin => :redmine_custom_css %>
+<%= javascript_include_tag 'codemirror', :plugin => :redmine_custom_css %>
 
 <style type="text/css">
     .CodeMirror {
         height: auto;