diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-10-02 12:53:56 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-10-02 12:53:56 (GMT) |
commit | 8a5a63a30caf23efc638e0f13f18183d6f34c18c (patch) | |
tree | 4dafdc1300ff6b0588661dd47d80c1990dff603f /js/shows.js | |
parent | f877297006322bd9e55b0e34e71698504ce0a23b (diff) |
added file import modal
Diffstat (limited to 'js/shows.js')
-rw-r--r-- | js/shows.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/shows.js b/js/shows.js index d12563c..5f8eecc 100644 --- a/js/shows.js +++ b/js/shows.js @@ -11,7 +11,8 @@ function shows_deleteCart(cart) { } function shows_importCart(cart) { - alertbox.warning('app-shows', 'importing carts', 'not implemented yet!'); + $('#shows-upload div.modal-body').text("Cart: " + cart); + $('#shows-upload').modal({ keyboard: true }); } // <td> |