use strict

This commit is contained in:
Edward Betts 2017-06-07 13:30:10 +01:00
parent e1f735e04a
commit a571f97ac8

View file

@ -1,3 +1,5 @@
'use strict';
function add_message() {
$("div#messages").text("whatever");
}