Welcome to mirror list, hosted at ThFree Co, Russian Federation.

app.php « appinfo - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63a53efcb37be68d384bde7694b7ad1d1383867f (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Dependencies
 */
// Jquery
OCP\Util::addScript("3rdparty", "chosen/chosen.jquery.min");
// checksum script
OCP\Util::addScript('checksum', "checksum" );