diff --git a/lib/client/config.js b/lib/client/config.js deleted file mode 100644 index 1806e1a2..00000000 --- a/lib/client/config.js +++ /dev/null @@ -1,26 +0,0 @@ -/* gui module for config.json editing */ -var CloudCmd; - -(function(){ - 'use strict'; - - var Config = {}; - - Config.Show = (function(){ - console.log('config showed'); - - var lFancyBox = CloudCmd.Viewer.FancyBox; - lFancyBox.loadData({hreef: 'htlm/config.html'}, - lFancyBox.onDataLoaded); - }); - - Config.Keys = function(){ - console.log('config.js loaded'); - CloudCmd.Viewer(function(){ - Config.Show(); - }); - }; - - CloudCmd.Config = Config; - -})(); \ No newline at end of file