front_idill/src/mosaic/js/playerControl.js
changeset 47 4e1ee94d70b1
parent 45 0e29ae4568a0
child 52 277c94533395
--- 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
 			{