Skip to content

Commit

Permalink
url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumebonet committed Mar 9, 2016
1 parent de16841 commit 06f447e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/self/js/app.js
Expand Up @@ -2,7 +2,7 @@
* @Author: jaumebonet
* @Date: 2015-05-19 14:25:18
* @Last Modified by: Jaume Bonet
* @Last Modified time: 2016-03-09 14:15:58
* @Last Modified time: 2016-03-09 14:17:06
*/

(function(){
Expand All @@ -21,7 +21,7 @@
return new Date();
};
this.isOfficialURL = function(){
return $location.absUrl().split('?')[0] == "http://jaumebonet.cat/interactoMIX/";
return $location.absUrl() == "http://jaumebonet.cat/interactoMIX/";
}
}]);

Expand Down

0 comments on commit 06f447e

Please sign in to comment.