File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 19
19
function doGet ( ) {
20
20
return HtmlService . createTemplateFromFile ( 'Page' ) . evaluate ( )
21
21
. setTitle ( 'Simple Tasks' )
22
- . setSandboxMode ( HtmlService . SandboxMode . NATIVE ) ;
22
+ . setSandboxMode ( HtmlService . SandboxMode . IFRAME ) ;
23
23
}
24
24
25
25
/**
Original file line number Diff line number Diff line change 1
1
<!-- Load the jQuery and jQuery UI libraries. -->
2
- < script src ="http ://code.jquery.com/jquery-1.8.3.min.js "> </ script >
3
- < script src ="http ://code.jquery.com/ui/1.10.0/jquery-ui.min.js "> </ script >
2
+ < script src ="https ://code.jquery.com/jquery-1.8.3.min.js "> </ script >
3
+ < script src ="https ://code.jquery.com/ui/1.10.0/jquery-ui.min.js "> </ script >
4
4
5
5
<!-- Custom client-side JavaScript code. -->
6
6
< script >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
1
4
< ?!= HtmlService.createHtmlOutputFromFile('Stylesheet').getContent(); ?>
5
+ </ head >
6
+ < body >
2
7
3
8
< h1 > Simple Tasks</ h1 >
4
9
< p >
@@ -26,3 +31,6 @@ <h1>Simple Tasks</h1>
26
31
</ fieldset >
27
32
28
33
< ?!= HtmlService.createHtmlOutputFromFile('JavaScript').getContent(); ?>
34
+
35
+ </ body >
36
+ </ html >
Original file line number Diff line number Diff line change 1
1
<!-- Load the jQuery UI styles. -->
2
- < link rel ="stylesheet " type ="text/css " href ="http ://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css " />
2
+ < link rel ="stylesheet " type ="text/css " href ="https ://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css " />
3
3
4
4
<!-- Custom styles. -->
5
5
< style >
You can’t perform that action at this time.
0 commit comments