tetherless-world / s2s

Tetherless World S2S Faceted/Hierarchical Browser
GNU General Public License v2.0
1 stars 0 forks source link

Update info button link in ContextSelect.js #21

Open zednis opened 9 years ago

zednis commented 9 years ago

Update the link to the icon_info_gray image in ContextSelect.js to be a reliable relative link

or

use CSS to assert the icon

ContextSelect.js:65

var infoButtonImg = "../../images/icon_info_gray.gif";
zednis commented 9 years ago

Let's make the info icon part of a CSS class so we are not embedding an image link in the javascript or the default HTML. Using CSS will also make it far easier for a custom deployments to override the image.