--- a/front_idill/src/mosaic/js/playerControl.js Fri Jul 06 13:44:25 2012 +0200
+++ b/front_idill/src/mosaic/js/playerControl.js Mon Jul 09 14:24:42 2012 +0200
@@ -79,7 +79,7 @@
{
console.log('(5) QUIT');
// console.trace();
- $('.notifications').remove();
+ this.removeNotifications();
this.isTLRequested = false;
this.canSlideInTL = false;
@@ -123,7 +123,7 @@
{
this.currentMode = 'SEARCH';
- this.searchGesture(this.currentSearchGesture, 'valid');
+ this.searchGesture(this.currentSearchGesture[this.centerId], 'valid');
}
else
{