Add open and close button for reference query
This commit is contained in:
		| @@ -33,7 +33,8 @@ | ||||
|                 <h2>Reference</h2> | ||||
|                 <div style='display:inline-block'> | ||||
|                     <button onclick='increaseFont()'><i class='fa fa-plus'></i></button>  | ||||
|                     <button onclick='decreaseFont()'><i class='fa fa-minus'></i></button> | ||||
|                     <button onclick='decreaseFont()'><i class='fa fa-minus'></i></button>  | ||||
|                     <button onclick='openRef(false)'><i class='fa fa-book'></i></button> | ||||
|                 </div> | ||||
|                 <div id="ref" style='font-size:12pt;'></div> | ||||
|                 <div id='note-list'> | ||||
| @@ -127,7 +128,8 @@ | ||||
|     <input type="text" id="referenceSearch" placeholder="Search" onkeyup='filterVerse()'> | ||||
|     <span id='verse-range' style='color:white;'></span> | ||||
|     <br /> | ||||
|     <button id="searchBtn" onclick="queryRef()">Search</button> | ||||
|     <button id="searchBtn" onclick="queryRef()">Search</button>  | ||||
|     <button id='closeSearch' onclick='closeRef()'>Close</button> | ||||
| </div> | ||||
|  | ||||
| <div id='passage-popup'> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user