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

Removing some hidden utf-8 characters causing problems with the minifyer

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2823 44740490-163a-0410-bde0-09ae8108e29a
parent ddbe0dda
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ DiscoJuice.Control = {
return (xa-xb);
});
if (term || categories) {
if (term || categories) {
this.ui.popup.find("p.discojuice_showall").show();
} else {
this.ui.popup.find("p.discojuice_showall").hide();
......@@ -346,7 +346,7 @@ DiscoJuice.Control = {
// if (categories.type !== current.ctype && current.weight > -50) continue;
// }
if (++hits > this.maxhits) {
if (++hits > this.maxhits) {
someleft = true;
break;
}
......
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