aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-23 11:37:28 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-23 11:37:52 +0100
commitb4c3dd84b405b5cdd463cc0e82762b4d8d29f382 (patch)
tree5f58f19b6f8716853b5dbbc73dc2620b2a4556a1 /build
parent846971ec11b74c92e58ada6ed8977b6b9871df7d (diff)
downloadnextcloud-server-b4c3dd84b405b5cdd463cc0e82762b4d8d29f382.tar.gz
nextcloud-server-b4c3dd84b405b5cdd463cc0e82762b4d8d29f382.zip
update to jquery-ui 1.10.0
Diffstat (limited to 'build')
-rw-r--r--build/phpcs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/phpcs.xml b/build/phpcs.xml
index 1e10be1a111..d2909955ed2 100644
--- a/build/phpcs.xml
+++ b/build/phpcs.xml
@@ -10,7 +10,7 @@
<exclude-pattern>*/files_pdfviewer/js/pdfjs/*</exclude-pattern>
<exclude-pattern>*/files_odfviewer/src/*</exclude-pattern>
<exclude-pattern>*/files_svgedit/svg-edit/*</exclude-pattern>
- <exclude-pattern>*jquery-ui-1.8.16.custom.css</exclude-pattern>
+ <exclude-pattern>*jquery-ui-*.css</exclude-pattern>
<extensions>php</extensions>
<!-- Include the whole PEAR standard -->