aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-plugins
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-11-17 15:13:19 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-11-17 15:13:19 +0100
commit9f43cd2f7c25c0bbac6a96c36f2629a79bb5bd52 (patch)
tree0f4a741c52e50abbd498b994250ee9935bfdb98b /it/it-plugins
parent75f33409de08a80bd46749b2fa0958bab6bd3bbe (diff)
downloadsonarqube-9f43cd2f7c25c0bbac6a96c36f2629a79bb5bd52.tar.gz
sonarqube-9f43cd2f7c25c0bbac6a96c36f2629a79bb5bd52.zip
SONAR-8248 JS files from plugins don't have JS Content-Type header
Diffstat (limited to 'it/it-plugins')
-rw-r--r--it/it-plugins/ui-extensions-plugin/src/main/resources/static/extension.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/it/it-plugins/ui-extensions-plugin/src/main/resources/static/extension.js b/it/it-plugins/ui-extensions-plugin/src/main/resources/static/extension.js
new file mode 100644
index 00000000000..fd35455a4ea
--- /dev/null
+++ b/it/it-plugins/ui-extensions-plugin/src/main/resources/static/extension.js
@@ -0,0 +1,2 @@
+function hello() {
+}