Replace instances of ES6 const keyword with var
This commit is contained in:
@@ -61,7 +61,7 @@ var formAction = function(el, event) {
|
||||
|
||||
el.setAttribute(attrClick, "submit");
|
||||
|
||||
const options = clone(this.options);
|
||||
var options = clone(this.options);
|
||||
options.triggerElement = el;
|
||||
this.loadUrl(virtLinkElement.href, options);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user