mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-470: Add polyfill for <datalist> element (not supported by Safari).
This commit is contained in:
@@ -386,6 +386,14 @@
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Polyfill for <datalist> element support -->
|
||||
<dependency>
|
||||
<groupId>org.webjars.bowergithub.mfranzke</groupId>
|
||||
<artifactId>datalist-polyfill</artifactId>
|
||||
<version>1.14.0</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Jetty 8 servlet API (websocket) -->
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
|
Reference in New Issue
Block a user