Changeset 1791912
- Timestamp:
- 12/24/2017 04:10:41 AM (8 years ago)
- Location:
- documentpress-display-any-document-on-your-site
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0 (copied) (copied from documentpress-display-any-document-on-your-site/trunk)
-
tags/2.0/assets/js/buttons.js (modified) (1 diff)
-
tags/2.0/assets/js/buttons_priv.js (modified) (1 diff)
-
trunk/assets/js/buttons.js (modified) (1 diff)
-
trunk/assets/js/buttons_priv.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
documentpress-display-any-document-on-your-site/tags/2.0/assets/js/buttons.js
r1337764 r1791912 9 9 // editor.insertContent('Hello World!'); 10 10 // jQuery("#add_docs_docpress").on("click", function(){ 11 var url = 'http ://fifthsegment.github.io/documentpress/filepicker.htm';11 var url = 'https://fifthsegment.github.io/documentpress/filepicker.htm'; 12 12 var w = screen.width*0.8; 13 13 var h = screen.height*0.8; -
documentpress-display-any-document-on-your-site/tags/2.0/assets/js/buttons_priv.js
r1608009 r1791912 9 9 // editor.insertContent('Hello World!'); 10 10 // jQuery("#add_docs_docpress").on("click", function(){ 11 var url = 'http ://fifthsegment.github.io/documentpress/colin.htm';11 var url = 'https://fifthsegment.github.io/documentpress/colin.htm'; 12 12 var w = screen.width*0.8; 13 13 var h = screen.height*0.8; -
documentpress-display-any-document-on-your-site/trunk/assets/js/buttons.js
r1337764 r1791912 9 9 // editor.insertContent('Hello World!'); 10 10 // jQuery("#add_docs_docpress").on("click", function(){ 11 var url = 'http ://fifthsegment.github.io/documentpress/filepicker.htm';11 var url = 'https://fifthsegment.github.io/documentpress/filepicker.htm'; 12 12 var w = screen.width*0.8; 13 13 var h = screen.height*0.8; -
documentpress-display-any-document-on-your-site/trunk/assets/js/buttons_priv.js
r1608009 r1791912 9 9 // editor.insertContent('Hello World!'); 10 10 // jQuery("#add_docs_docpress").on("click", function(){ 11 var url = 'http ://fifthsegment.github.io/documentpress/colin.htm';11 var url = 'https://fifthsegment.github.io/documentpress/colin.htm'; 12 12 var w = screen.width*0.8; 13 13 var h = screen.height*0.8;
Note: See TracChangeset
for help on using the changeset viewer.