public/js/app.js in localtower-0.1.6 vs public/js/app.js in localtower-0.1.7

- old
+ new

@@ -17,10 +17,16 @@ MainApp.removeLine(e.currentTarget); return false; }); MainApp.whenActionOnElement("click", "submit", function(e) { + var current = $(e.currentTarget); $(".full-message").show(); + + if (current.val() === "false") { + $(".full-message-migrate").show(); + } + }); MainApp.whenActionOnElement("change", "action", function(e) { MainApp.adaptLines(); });