diff --git a/masks/index.html b/masks/index.html old mode 100755 new mode 100644 index 369d80f..38ca760 --- a/masks/index.html +++ b/masks/index.html @@ -5,7 +5,7 @@ - + diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7f6de11 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +Demo: https://ugc.lutran.fr \ No newline at end of file diff --git a/script/ugc.js b/script/ugc.js old mode 100755 new mode 100644 index 64dccc4..5a3045e --- a/script/ugc.js +++ b/script/ugc.js @@ -143,7 +143,7 @@ function Film(oSettings) .append($('
', {'class':'film-info'}) .append($('

', {'class':'director'}) .append('By '+this.director()) - .append($('', {'class':'more-info fa fa-more'}).data('loaded', false).click(this.toggleFilmDetails))) + .append($('', {'class':'more-info fa fa-more', 'title':'Details'}).data('loaded', false).click(this.toggleFilmDetails))) .append($('

', {'class':'film-details'}).hide()) .append($('
', {'class':'timetable'})))) //.append($('
', {'class':'timetable fa fa-fw fa-spinner fa-spin'})))