File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
plugins/domains/google.com Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,13 @@ export default {
6262 file . message = "If there's an extra vertical space, it is used up on next step (after \"Next\" is clicked in the form)." ;
6363 }
6464
65- // "App" to prevent Google Forms be presented as Player through Twitter-player mixin as Player prevails on Readers
66- file . rel . push ( CONFIG . R . app ) ;
65+ file . rel . push ( CONFIG . R . survey ) ;
6766 // Make forms resizeable
6867 file . rel . push ( CONFIG . R . resizable ) ;
6968
7069 } else if ( urlMatch [ 1 ] === "forms" || urlMatch [ 1 ] === "document" || urlMatch [ 1 ] === "file" ) {
7170 file [ "aspect-ratio" ] = CONFIG . DOC_ASPECT_RATIO ;
72- // "App" to prevent Google Forms be presented as Player through Twitter-player mixin as Player prevails on Readers
73- file . rel . push ( urlMatch [ 1 ] === "forms" ? CONFIG . R . app : CONFIG . R . reader ) ;
71+ file . rel . push ( urlMatch [ 1 ] === "forms" ? CONFIG . R . survey : CONFIG . R . reader ) ;
7472
7573 /// } else if (urlMatch[1] === "file" && schemaFileObject.playerType) {
7674
You can’t perform that action at this time.
0 commit comments