replaced console.log, installed envify, added appendVersion
This commit is contained in:
@@ -96,4 +96,9 @@ export function adjustUIToLoading(): void {
|
||||
CartButtons.showHideBtnCartLoading("show");
|
||||
jQuery("#modalCart i").hide();
|
||||
jQuery("#modalCart .uabb-button-text").addClass("dot-pulse");
|
||||
}
|
||||
|
||||
export function appendVersion(): void {
|
||||
jQuery("#bottomHTMLVersion")[0].innerText = config.version;
|
||||
jQuery("#bottomHTMLBranch")[0].innerText = `(${config.branch})`;
|
||||
}
|
||||
Reference in New Issue
Block a user