0

Added poiDropdownTitle variable to configfile to be able to customise the "Signs" dropdown title, as this might not be relevant if people have different filters.

This commit is contained in:
mc-zem
2012-05-22 17:05:48 +02:00
committed by Andrew Chin
parent 944de7bf2d
commit 221269287e
2 changed files with 5 additions and 1 deletions

View File

@@ -440,7 +440,7 @@ overviewer.views.SignControlView = Backbone.View.extend({
var controlText = document.createElement('DIV');
controlText.innerHTML = "Signs";
controlText.innerHTML = poiDropdownTitle;
var controlBorder = document.createElement('DIV');
$(controlBorder).addClass('top');