+/**
+ * This is a jQuery plugin which adds some helpers for the setup UI.
+ */
(function($){
/**
* Enable or disable an error message.
this.on('change', cb);
return this;
};
-})($);
\ No newline at end of file
+})(jQuery);
\ No newline at end of file
$r->body = $body;
$r->assets = [
['type' => 'script-url', 'url' => $this->getUrl('jquery.js')],
- ['type' => 'script-url', 'url' => $this->urls['res'] . "installer.js"],
+ ['type' => 'script-url', 'url' => $this->urls['res'] . "jquery.setupui.js"],
['type' => 'script-code', 'code' => 'window.csj$ = jQuery.noConflict();'],
['type' => 'style-url', 'url' => $this->urls['res'] . "template.css"],
['type' => 'style-url', 'url' => $this->getUrl('font-awesome.css')],