mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Modernise the typeahead stuff to squash some bugs.
This commit is contained in:
		| @@ -145,7 +145,7 @@ | ||||
|  | ||||
| {% endblock %} | ||||
| {% block scripts %} | ||||
|     <script type="text/javascript" src="js/lib/bootstrap3-typeahead.min.js?v={{ FF_VERSION }}"></script> | ||||
|     <script type="text/javascript" src="js/lib/typeahead/typeahead.bundle.min.js?v={{ FF_VERSION }}"></script> | ||||
|     <script type="text/javascript"> | ||||
|         var triggerCount = {{ triggerCount }}; | ||||
|         var actionCount = {{ actionCount }}; | ||||
|   | ||||
| @@ -128,7 +128,7 @@ | ||||
|  | ||||
| {% endblock %} | ||||
| {% block scripts %} | ||||
|     <script type="text/javascript" src="js/lib/bootstrap3-typeahead.min.js?v={{ FF_VERSION }}"></script> | ||||
|     <script type="text/javascript" src="js/lib/typeahead/typeahead.bundle.min.js?v={{ FF_VERSION }}"></script> | ||||
|     <script type="text/javascript"> | ||||
|         var triggerCount = {{ triggerCount }}; | ||||
|         var actionCount = {{ actionCount }}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user