Skip to content
Snippets Groups Projects
Commit 9c2b4441 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Not show hothits apart from the others...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2905 44740490-163a-0410-bde0-09ae8108e29a
parent 8ae07827
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ DiscoJuice.UI = {
"addItem": function(item, countrydef, search, distance, quickentry) {
var textLink = '';
var classes = '';
if (item.weight < -50) classes += 'hothit';
// if (item.weight < -50) classes += 'hothit';
var iconpath = this.parent.Utils.options.get('discoPath', '') + 'logos/';
var flagpath = this.parent.Utils.options.get('discoPath', '') + 'flags/';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment