mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
[Representation] Prefetch templates
...to ensure that dialogs et al can be displayed, even after loss of network connectivity. https://github.com/nasa/openmctweb/issues/383
This commit is contained in:
@ -54,7 +54,6 @@ define(
|
||||
* @param {string} the URL for the template
|
||||
* @returns {Promise.<string>} a promise for the HTML content of
|
||||
* the template
|
||||
* @private
|
||||
*/
|
||||
TemplateLinker.prototype.load = function (templateUrl) {
|
||||
return this.$templateRequest(
|
||||
|
Reference in New Issue
Block a user