diff --git a/src/scripts/build.coffee b/src/scripts/build.coffee index f1d96b9..fa3b3df 100644 --- a/src/scripts/build.coffee +++ b/src/scripts/build.coffee @@ -149,35 +149,6 @@ build.no_content = (typ) -> return html -build.modal = (title, text, button, marginTop, closeButton) -> - - if marginTop? then custom_style = "style='margin-top: #{ marginTop }px;'" - else custom_style = '' - - html = """ -
- """ - - return html - build.uploadModal = (title, files) -> html = """