Update bootstrap.js
This commit is contained in:
		
							parent
							
								
									238e1f5413
								
							
						
					
					
						commit
						7e5a0c3812
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								public/js/bootstrap.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								public/js/bootstrap.js
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -18,6 +18,11 @@ fandango.defaults({
 | 
				
			||||||
			exports: function () { // String (the global variable name) or a function; returning the desired variable.
 | 
								exports: function () { // String (the global variable name) or a function; returning the desired variable.
 | 
				
			||||||
				return CryptoJS.AES;
 | 
									return CryptoJS.AES;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
 | 
							md5: {
 | 
				
			||||||
 | 
								exports: function () {
 | 
				
			||||||
 | 
									return CryptoJS.MD5;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue