corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 49  →  ?path2? @ 50
/instantMessage/instantMessage.html
@@ -98,6 +98,7 @@
<script>
$(function() {
$.get('session.php').then((token) => {
var firstName = $("#firstname"),
lastName = $("#lastname"),
tabTemplate = "<li id='#{id}'> \
@@ -310,8 +311,8 @@
getConversations,
1000
);
 
});
});
</script>
</body>