App-Dochazka-WWW
view release on metacpan or search on metacpan
share/js/dochazka-www/lib.js view on Meta::CPAN
formField.append('; ');
}
formField.append(
datetime.tsrangeToTimeRange(intervals[i].intvl)
);
}
},
//
// function returns string that will be displayed at the very
// bottom of the screen (directly under the frame)
//
fillNoticesLine: function () {
var r = '';
r += 'Copyright \u00A9 SUSE LLC, 2014-2016. All rights reserved. ';
r += 'Report bugs at ';
r += '<a href="https://github.com/smithfarm/dochazka/issues">';
r += 'https://github.com/smithfarm/dochazka/issues</a>';
return r;
},
share/js/dochazka-www/tests/dummy.js view on Meta::CPAN
define ([
'QUnit'
], function (
QUnit
) {
var prefix = "dochazka-www: ";
return function () {
QUnit.test(prefix + 'unit testing framework present', function (assert) {
assert.ok(true, "Passed!");
});
};
});
( run in 0.475 second using v1.01-cache-2.11-cpan-e1769b4cff6 )