From 5926c4392f612c12e7bbc0bae3eed05a4f61a2c2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 26 Dec 2016 11:31:40 +0200 Subject: [PATCH] chore(config) //input.js -> /input.js --- client/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/config.js b/client/config.js index c30c821c..2a08b4c0 100644 --- a/client/config.js +++ b/client/config.js @@ -118,7 +118,7 @@ var CloudCmd, Util, DOM, io; exec.with(Files.get, 'config-tmpl'), exec.with(DOM.load.parallel, [ prefix + '/css/config.css', - prefix + CloudCmd.LIBDIRCLIENT + '/input.js' + prefix + CloudCmd.LIBDIRCLIENT + 'input.js' ]) ];