0
0
mirror of https://github.com/openwrt/luci.git synced 2025-05-06 10:51:45 +00:00
Files
Jo-Philipp Wich 6a2a53a829 protocols: add client side protocol handler implementations
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-09-10 15:28:16 +02:00

9 lines
131 B
JavaScript

'use strict';
'require network';
return network.registerProtocol('none', {
getI18n: function() {
return _('Unmanaged');
}
});