We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bdeb0 commit 86b5279Copy full SHA for 86b5279
src/main/javascript/series/add.js
@@ -2,6 +2,9 @@
2
// IMPORTANT:
3
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
4
//
5
+function exampleFunction() {
6
+ // do nothing
7
+}
8
9
function initPage(suggestCategoryUrl, suggestCountryUrl) {
10
$('#country').selectize();
src/main/webapp/WEB-INF/static/styles/main.css
@@ -14,6 +14,10 @@
14
}
15
*/
16
17
+#some-element {
18
+ color: red;
19
20
+
21
body,
22
#user_bar ul {
23
margin: 0;
0 commit comments