X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=afb-client%2Fapp%2FFrontend%2Fwidgets%2FFormInput%2Fnewjavascript.js;fp=afb-client%2Fapp%2FFrontend%2Fwidgets%2FFormInput%2Fnewjavascript.js;h=0000000000000000000000000000000000000000;hb=3b1b2ddc4692776318a135a66c1da8c5dee13f64;hp=10280c757044df6a8da1c040d30ab23801aff35f;hpb=6700ae902ee16d9474098c5435e4cdf210962851;p=src%2Fapp-framework-demo.git diff --git a/afb-client/app/Frontend/widgets/FormInput/newjavascript.js b/afb-client/app/Frontend/widgets/FormInput/newjavascript.js deleted file mode 100644 index 10280c7..0000000 --- a/afb-client/app/Frontend/widgets/FormInput/newjavascript.js +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Copyright (C) 2015 fulup - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - - var reader = new FileReader(); - // Closure to capture the file information. - reader.onload = (function(theFile) { - return function(e) { - var $title = $("

", { - text : theFile.name - }); - $result.append($title); - var $fileContent = $("