rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 563b4db319aa1d4565bcd64071a85170a2d23218
parent 43be52753871376cd76d899fbd37389132c63e30
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 19 Apr 2015 16:50:59 +0200

why does the button dont show up?

Diffstat:
Minstall/set_variables.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/set_variables.php b/install/set_variables.php @@ -32,13 +32,13 @@ <link rel="stylesheet" href="../core/libs/theme_engine/bootstrap-social/bootstrap-social.min.css"> <script type="text/javascript"> function foo() { - alert ("test"); $(".col-sm-10 > :input").keyup(function() { var button = document.getElementById("button"); var $emptyFields = $('.col-sm-10 :input').filter(function() { return $.trim(this.value) === ""; }); if (!$emptyFields.length) { + alert ("test2"); button.style.display = "block"; } });