Skip to content

Commit 9ce9e4d

Browse files
authored
Merge pull request #1785 from Orviss/autorefresh-after-project-removal
Autorefresh after project removal from the chosen set
2 parents 99a6109 + 829cb4e commit 9ce9e4d

File tree

5 files changed

+35
-21
lines changed

5 files changed

+35
-21
lines changed

src/org/opensolaris/opengrok/web/Scripts.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ public String toHtml() {
124124
SCRIPTS.put("jquery-ui", new FileScript("js/jquery-ui-1.12.0-custom.min.js", 11));
125125
SCRIPTS.put("jquery-tablesorter", new FileScript("js/jquery-tablesorter-2.26.6.min.js", 12));
126126
SCRIPTS.put("tablesorter-parsers", new FileScript("js/tablesorter-parsers-0.0.1.js", 13));
127-
SCRIPTS.put("searchable-option-list", new FileScript("js/searchable-option-list-2.0.3.min.js", 14));
128-
SCRIPTS.put("utils", new FileScript("js/utils-0.0.14.js", 15));
127+
SCRIPTS.put("searchable-option-list", new FileScript("js/searchable-option-list-2.0.4.min.js", 14));
128+
SCRIPTS.put("utils", new FileScript("js/utils-0.0.15.js", 15));
129129
SCRIPTS.put("repos", new FileScript("js/repos-0.0.1.js", 20));
130130
SCRIPTS.put("diff", new FileScript("js/diff-0.0.2.js", 20));
131131
}

0 commit comments

Comments
 (0)