Sha256: bb49717e13abdae1fb14e2593dc6c1e6cf5f530621dc6928a65dcc549dba293c

Contents?: true

Size: 229 Bytes

Versions: 5

Compression:

Stored size: 229 Bytes

Contents

var name = 'form:load';
var event;

if (typeof Prototype !== 'undefined') {
    Event.fire(document, name, void 0, true);
}
event = document.createEvent('Events');
event.initEvent(name, true, true);
document.dispatchEvent(event);

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smarter_listing-0.2.5 app/views/smarter_listing/_form_logic.js
smarter_listing-0.2.4 app/views/smarter_listing/_form_logic.js
smarter_listing-0.2.3 app/views/smarter_listing/_form_logic.js
smarter_listing-0.2.2 app/views/smarter_listing/_form_logic.js
smarter_listing-0.2.1 app/views/smarter_listing/_form_logic.js