mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-773: Include required polyfills for Blob and datalist.
This commit is contained in:
@@ -75,6 +75,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Polyfills -->
|
||||
<script type="text/javascript" src="Blob.js"></script>
|
||||
<script type="text/javascript" src="datalist-polyfill.min.js"></script>
|
||||
|
||||
<!-- Core libraries that MUST be available at the global level (for use
|
||||
by extensions) -->
|
||||
<script type="text/javascript" src="guacamole-common-js/all.min.js"></script>
|
||||
|
@@ -127,6 +127,8 @@ module.exports = {
|
||||
// Copy core libraries for global inclusion
|
||||
new CopyPlugin([
|
||||
{ from: 'angular/angular.min.js' },
|
||||
{ from: 'blob-polyfill/Blob.js' },
|
||||
{ from: 'datalist-polyfill/datalist-polyfill.min.js' },
|
||||
{ from: 'jquery/dist/jquery.min.js' },
|
||||
{ from: 'lodash/lodash.min.js' }
|
||||
], {
|
||||
|
Reference in New Issue
Block a user