From 84201eb216f25ca5b938dbef27d8589a920879a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 2 May 2011 10:40:54 +0000 Subject: [PATCH] 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 --- modules/discojuice/www/discojuice/discojuice.control.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/discojuice/www/discojuice/discojuice.control.js b/modules/discojuice/www/discojuice/discojuice.control.js index 84b84ac80..44c203fa2 100644 --- a/modules/discojuice/www/discojuice/discojuice.control.js +++ b/modules/discojuice/www/discojuice/discojuice.control.js @@ -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; } -- GitLab