Browse Source
			
			
			Merge pull request #218 from MindTooth/new_view
			
				Cleaned of variable population in scripts.blade.php
			
			
				pull/224/merge
			
			
		 
		
			
				
					
						
						KodeStar
					
					7 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
4 additions and 
10 deletions
			 
			
		 
		
			
				- 
					
					
					 
					resources/views/items/scripts.blade.php
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -7,14 +7,8 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              // options | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            }); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            var availableTags = [ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            <?php | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                $supported = App\Item::supportedOptions(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                foreach($supported as $sapp) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    echo '"'.$sapp.'",'; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ?> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ]; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            var availableTags = @json(App\Item::supportedOptions()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            $( "#appname" ).autocomplete({ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                source: availableTags, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                select: function( event, ui ) { | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |