Skip to content

Commit

Permalink
quick fix for a serious bug introduced with 5.0.1, refresh schedule w…
Browse files Browse the repository at this point in the history
…ere rendering list as table
  • Loading branch information
fczuardi committed May 6, 2014
1 parent 5a7ab5c commit f18cc86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "companion",
"version": "0.5.1",
"version": "0.5.2",
"description": "Companion is a mobile application to track schedules of conferences and events.",
"scripts": {
"cordova-setup": "./node_modules/.bin/gulp cordova:setup",
Expand Down
1 change: 1 addition & 0 deletions src/scripts/lib/companion/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module.exports = function($, FISLParser, templates){
},
html;
console.log('populateSchedule '+view);
$('body').attr('data-view-mode', view);
loadingMessage('Aguarde, montando a grade ');
html = template(templateData);
window.setTimeout(function(){
Expand Down

0 comments on commit f18cc86

Please sign in to comment.