lib/kaya/view/javascript.mote in kaya-0.0.13 vs lib/kaya/view/javascript.mote in kaya-0.0.14
- old
+ new
@@ -6,10 +6,10 @@
startedInfo(title,text);
url = 'http://' + window.location.host + window.location.pathname;
$('#myModal').modal('show');
}
- function startedAlert(title, text){
+ function startedAlert(title, text, suiteName){
startedInfo(title,text);
url = 'http://' + window.location.host + window.location.pathname;
$('#startedModal').modal('show');
}
\ No newline at end of file