Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Fix broken login (bug 869889)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbasta committed May 8, 2013
1 parent 2041a85 commit fd23d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hearth/media/js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define('login',
var cat_url = urls.api.url('categories');
cache.purge(function(key) {return key != cat_url;});

models('apps').purge();
models('app').purge();
}

z.body.on('click', '.persona', function(e) {
Expand Down

0 comments on commit fd23d26

Please sign in to comment.