Revert "Try stuff"
This reverts commit b93c81a626167655976acc295d33e106555d97aa.
This commit is contained in:
		
							parent
							
								
									b93c81a626
								
							
						
					
					
						commit
						a4fedaf600
					
				| @ -5,9 +5,17 @@ block title | ||||
| 
 | ||||
| block configjs | ||||
|     script Recommendation = #{recommendationStyle}; coinsId = [#{coins}]; | ||||
|     script. | ||||
|         Coin.onLastCoin = function() { | ||||
|             $('#next').show(); | ||||
|             $('#next').click(function() { | ||||
|                 window.location = '/prototype/game'; | ||||
|                 $('#next').unbind('click'); | ||||
|             }); | ||||
|         }; | ||||
| 
 | ||||
| block lastbutton | ||||
|     a#next.btn.btn-success.navbar-btn(role="button", href='/prototype/game', style={'margin-right':'10px', 'margin-bottom':'10px', 'display':'none'}) | ||||
|     button#next.btn.btn-success.navbar-btn(style={'margin-right':'10px', 'margin-bottom':'10px', 'display':'none'}) | ||||
|         span Go to the next step | ||||
| 
 | ||||
| //-block preciseDescription | ||||
|  | ||||
							
								
								
									
										7
									
								
								js/l3d/apps/prototype/interactive/main.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								js/l3d/apps/prototype/interactive/main.js
									
									
									
									
										vendored
									
									
								
							| @ -31,12 +31,19 @@ Coin.onCoinGot = function(coin) { | ||||
|     if (coin === 6) { | ||||
|         setTimeout(function() { | ||||
|             $('#next').show(); | ||||
|             $('#next').click(function() { | ||||
|                 window.location = '/prototype/next'; | ||||
|             }); | ||||
|         }, 60*1000); | ||||
|     } | ||||
| }; | ||||
| 
 | ||||
| Coin.onLastCoin = function() { | ||||
|     $('#next').show(); | ||||
|     $('#next').click(function() { | ||||
|         window.location = '/prototype/next'; | ||||
|     }); | ||||
| 
 | ||||
| } | ||||
| 
 | ||||
| function main() { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user