indigo-dc / LiferayPlugIns

INDIGO-DataCloud modules for Liferay
Apache License 2.0
0 stars 2 forks source link

Ajax call should be async #30

Closed fmarco76 closed 7 years ago

fmarco76 commented 7 years ago

The file LiferayPlugIns/future-gateway-customisable-application-portlet/src/main/resources/META-INF/resources/js/fg-api.js contains a couple of synchronised ajax call but these are deprecated by modern browser and could create problems in the future. They should be converted to async

fmarco76 commented 7 years ago

Fixed with #33