Skip to content

Commit

Permalink
Fixes #396
Browse files Browse the repository at this point in the history
  • Loading branch information
friflaj committed Jan 19, 2012
1 parent 0146e89 commit b5def65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/rb_server_variables/show.js.erb
@@ -1,3 +1,5 @@
if(RB==null){ var RB = {}; }

if (RB.constants == null) {
RB.buildImageTag = function(name) {
return "<img src='<%= Engines::RailsExtensions::AssetHelpers.plugin_asset_path('redmine_backlogs', 'images', nil) %>" + name + "'/>";
Expand Down

0 comments on commit b5def65

Please sign in to comment.