Skip to content

Commit 86b5279

Browse files
committed
[DO NOT MERGE] modify JS/CSS files.
1 parent a2bdeb0 commit 86b5279

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/main/javascript/series/add.js

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// IMPORTANT:
33
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
44
//
5+
function exampleFunction() {
6+
// do nothing
7+
}
58

69
function initPage(suggestCategoryUrl, suggestCountryUrl) {
710
$('#country').selectize();

src/main/webapp/WEB-INF/static/styles/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
}
1515
*/
1616

17+
#some-element {
18+
color: red;
19+
}
20+
1721
body,
1822
#user_bar ul {
1923
margin: 0;

0 commit comments

Comments
 (0)