table management fixes

This commit is contained in:
2013-01-12 13:34:00 +01:00
parent f6b28f84f0
commit b02951aaec
17 changed files with 164 additions and 76 deletions
+1
View File
@@ -1,5 +1,6 @@
window.Qwaiter=
alert: (msg) ->
$('.modal').modal('hide')
template = @mustache('#alert-template', {title: 'Alert', message: msg, close: 'OK'})
$(template).modal()
false