mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-12-22 05:44:59 -05:00
web: remove unused functions
they are not referenced from the rest of the file.
This commit is contained in:
parent
242235757a
commit
fa8e630714
@ -102,58 +102,12 @@ var languages = ['en'];
|
||||
|
||||
var currentDisplayMode = 'available', currentDisplayRows = [];
|
||||
|
||||
function handlePage(ev)
|
||||
{
|
||||
}
|
||||
|
||||
function handleMode(ev)
|
||||
{
|
||||
}
|
||||
|
||||
function handleI18nFilter(ev)
|
||||
{
|
||||
}
|
||||
|
||||
function orderOf(c)
|
||||
{
|
||||
}
|
||||
|
||||
function compareVersion(val, ref)
|
||||
{
|
||||
}
|
||||
|
||||
function versionSatisfied(ver, ref, vop)
|
||||
{
|
||||
}
|
||||
|
||||
function pkgStatus(pkg, vop, ver, info)
|
||||
{
|
||||
}
|
||||
|
||||
function renderDependencyItem(dep, info, flat)
|
||||
{
|
||||
}
|
||||
|
||||
function renderDependencies(depends, info, flat)
|
||||
{
|
||||
}
|
||||
|
||||
function truncateVersion(v, op)
|
||||
{
|
||||
}
|
||||
|
||||
function handleReset(ev)
|
||||
{
|
||||
}
|
||||
|
||||
function handleInstall(ev)
|
||||
{
|
||||
}
|
||||
|
||||
function handleManualInstall(ev)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
function callBlueMerle(arg) {
|
||||
const cmd = "/usr/libexec/blue-merle";
|
||||
|
Loading…
Reference in New Issue
Block a user