mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
Add missing ZeroClipbpard SWF file
Flash support for ZeroClipboard is not working in project pages since the SWF file is missing. There was a typo in the .gitignore file that ignored "*.sw?" files.
This commit is contained in:
parent
85ed196cf4
commit
92c5b852c1
2 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,6 +3,6 @@
|
||||||
*~
|
*~
|
||||||
_site
|
_site
|
||||||
.idea
|
.idea
|
||||||
*.sw?
|
*.sw[op]
|
||||||
.project
|
.project
|
||||||
sample-pages
|
sample-pages
|
||||||
|
|
BIN
js/ZeroClipboard.swf
Normal file
BIN
js/ZeroClipboard.swf
Normal file
Binary file not shown.
Loading…
Reference in a new issue