File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if (cfg.getPrefix().equals(Prefix.HIST_L)) {
89
89
<script type="text/javascript" src="<%=ctxPath%>/js/tablesorter.parsers-0.0.1.js"></script>
90
90
<script type="text/javascript" src="<%=ctxPath%>/js/searchable-option-list-2.0.2.min.js"></script>
91
91
<%--<script type="text/javascript" src="<%=ctxPath%>/js/jquery.autocomplete-1.1.pack.js"></script> --%>
92
- <script type="text/javascript" src="<%=ctxPath%>/js/utils-0.0.4 .js"></script>
92
+ <script type="text/javascript" src="<%=ctxPath%>/js/utils-0.0.5 .js"></script>
93
93
<title><%=cfg.getTitle()%></title><%
94
94
out.write(cfg.getHeaderData());
95
95
%>
Original file line number Diff line number Diff line change @@ -1201,6 +1201,9 @@ function init_searchable_option_list() {
1201
1201
showSelectAll : false ,
1202
1202
maxShow : 30 ,
1203
1203
resultsContainer : $ ( "#ltbl" ) ,
1204
+ texts : {
1205
+ searchplaceholder : 'Click here to select project(s)'
1206
+ } ,
1204
1207
events : {
1205
1208
onInitialized : function ( ) {
1206
1209
if ( $ . messagesWindow . initialized ) {
You can’t perform that action at this time.
0 commit comments