mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 04:51:31 +08:00 
			
		
		
		
	bootstrap needs to be included before jQuery UI, otherwise close icon in the dialog will be missing
This commit is contained in:
		
							parent
							
								
									7bc322f9a1
								
							
						
					
					
						commit
						16485576c8
					
				| @ -115,6 +115,10 @@ | |||||||
| 
 | 
 | ||||||
|     <script src="stat/lib/jquery.min.js"></script> |     <script src="stat/lib/jquery.min.js"></script> | ||||||
| 
 | 
 | ||||||
|  |     <!-- bootstrap needs to be included before jQuery UI, otherwise close icon in the dialog will be missing --> | ||||||
|  |     <link href="stat/lib/bootstrap/css/bootstrap.css" rel="stylesheet"> | ||||||
|  |     <script src="stat/lib/bootstrap/js/bootstrap.js"></script> | ||||||
|  | 
 | ||||||
|     <link href="stat/lib/jqueryui/jquery-ui.min.css" rel="stylesheet"> |     <link href="stat/lib/jqueryui/jquery-ui.min.css" rel="stylesheet"> | ||||||
|     <script src="stat/lib/jqueryui/jquery-ui.min.js"></script> |     <script src="stat/lib/jqueryui/jquery-ui.min.js"></script> | ||||||
| 
 | 
 | ||||||
| @ -122,9 +126,6 @@ | |||||||
|     <link href="stat/lib/fancytree/skin-win8/ui.fancytree.css" rel="stylesheet"> |     <link href="stat/lib/fancytree/skin-win8/ui.fancytree.css" rel="stylesheet"> | ||||||
|     <script src="stat/lib/fancytree/jquery.fancytree-all.js"></script> |     <script src="stat/lib/fancytree/jquery.fancytree-all.js"></script> | ||||||
| 
 | 
 | ||||||
|     <link href="stat/lib/bootstrap/css/bootstrap.css" rel="stylesheet"> |  | ||||||
|     <script src="stat/lib/bootstrap/js/bootstrap.js"></script> |  | ||||||
| 
 |  | ||||||
|     <link href="stat/lib/summernote/summernote.css" rel="stylesheet"> |     <link href="stat/lib/summernote/summernote.css" rel="stylesheet"> | ||||||
|     <script src="stat/lib/summernote/summernote.js"></script> |     <script src="stat/lib/summernote/summernote.js"></script> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -4,8 +4,6 @@ $(function() { | |||||||
| 
 | 
 | ||||||
|         if (fancyTree.length) { |         if (fancyTree.length) { | ||||||
|             fancyTree.height($(window).height() - fancyTree.offset().top - 10); |             fancyTree.height($(window).height() - fancyTree.offset().top - 10); | ||||||
| 
 |  | ||||||
|             console.log("height: ", $(window).height() - fancyTree.offset().top - 10); |  | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         const noteEditable = $('div.note-editable'); |         const noteEditable = $('div.note-editable'); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 azivner
						azivner