7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
"use strict";
|
|
|
|
!function(c, a) {
|
|
var b = a.getElementById("loco-fs");
|
|
a = a.getElementById("loco-main");
|
|
b && a && c.loco.fs.init(b).setForm(a);
|
|
}(window, document); |