Project

General

Profile

Actions

Defect #7330

closed

javascript_include_tag not work for filename with multi dots

Added by Sergei Danilov over 13 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
-
Start date:
2011-01-14
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix
Affected version:

Description

With

https://github.com/friflaj/redmine_tagging/blob/master/lib/tagging_hooks.rb

Line 40

tags += javascript_include_tag 'jquery-1.4.2.min.js', :plugin => 'redmine_tagging'

Redmine fail to load jquery-1.4.2.min.js and redmine_tagging plugin not work properly

After renaming "jquery-1.4.2.min.js" to "jquery142min.js" and changing code to

tags += javascript_include_tag 'jquery142min.js', :plugin => 'redmine_tagging'

plugin works fine.

Redmine 1.0.1.devel.4083

Actions

Also available in: Atom PDF