mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-02 10:21:09 -05:00
added "show recent notes" widget
This commit is contained in:
+10
-2
@@ -52,8 +52,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="stat/lib/jquery.js"></script>
|
||||
<script src="stat/lib/jqueryui/jquery-ui.js"></script>
|
||||
<script src="stat/lib/jquery.min.js"></script>
|
||||
|
||||
<link href="stat/lib/jqueryui/jquery-ui.min.css" rel="stylesheet">
|
||||
<script src="stat/lib/jqueryui/jquery-ui.min.js"></script>
|
||||
|
||||
<!-- Include Fancytree skin and library -->
|
||||
<link href="stat/lib/fancytree/skin-win8/ui.fancytree.css" rel="stylesheet">
|
||||
<script src="stat/lib/fancytree/jquery.fancytree-all.js"></script>
|
||||
@@ -76,6 +79,11 @@
|
||||
|
||||
<link href="stat/style.css" rel="stylesheet">
|
||||
|
||||
<div id="recentNotesDialog" title="Recent notes" style="display: none;">
|
||||
<select id="recentNotesSelectBox" size="15" style="width: 100%">
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
const baseUrl = '';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user