You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/templates.js
+15-5
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
'use strict';
2
+
1
3
vartemplates={};
2
4
3
5
templates.mapCanvas=functionmapCanvasTemplate(){
@@ -6,8 +8,15 @@ templates.mapCanvas = function mapCanvasTemplate() {
6
8
7
9
templates.home=functionhomeTemplate(){
8
10
varbuf=[];
9
-
buf.push('<h2>SF Movies</h2><div>See film locations for all movies filmed in San Fransisco. <strong>Click on a marker to see more information about a location.</strong>.</div>');
10
-
buf.push('<p>This is a sample project from <a href="http://www.bradoncode.com">Bradley Braithwaite</a>.</p>');
11
+
buf.push('<h2>SF Movies</h2>');
12
+
buf.push('<div>See film locations for all movies filmed in San Fransisco.');
13
+
buf.push('<strong>');
14
+
buf.push('Click on a marker to see more information about a location.');
0 commit comments