Advertisement
Guest User

Untitled

a guest
Apr 13th, 2018
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.72 KB | None | 0 0
  1.  
  2. <!DOCTYPE html><html class="no-js " lang="en">
  3. <head>
  4. <meta charSet="utf-8" />
  5. <meta httpEquiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="referrer" content="origin" />
  7. <meta name="robots" content="NOINDEX, NOIMAGEINDEX, NOFOLLOW" />
  8. <title>Dropbox Paper</title>
  9.  
  10. <link key="apple-touch-icon" rel="apple-touch-icon" sizes="180x180" href="https://paper.dropboxstatic.com/static/img/favicon/apple-touch-icon.png" />
  11. <link key="icon" rel="icon" type="image/png" sizes="32x32" href="https://paper.dropboxstatic.com/static/img/favicon/favicon-32.png" />
  12. <link key="icon-small" rel="icon" type="image/png" sizes="16x16" href="https://paper.dropboxstatic.com/static/img/favicon/favicon-16.png" />
  13. <link key="mask-icon" rel="mask-icon" color="#0061ff" href="https://paper.dropboxstatic.com/static/img/safari-pinned-tab.svg" />
  14.  
  15. <link rel="search" type="application/opensearchdescription+xml" title="Paper" href="/static/opensearch.xml" />
  16. <link href="https://paper.dropboxstatic.com/static/minified/bundle.cLba-Uu_E_t6d2QTXsgDvHT_Aoe5v1OYAvmNZDkMJP8.css.gz" rel="stylesheet" type="text/css" />
  17.  
  18.  
  19. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">
  20. var _pageLoadOnErrorFired = false;
  21. window.onerror = function(message, file, line, column, error, isNonPaging) {
  22. if (_pageLoadOnErrorFired) return;
  23. _pageLoadOnErrorFired = true;
  24.  
  25. var img = new Image();
  26. img.src = '/ep/internal/api/errors' +
  27. '?random=' + Math.random() +
  28. '&context=' + encodeURIComponent(navigator.userAgent) +
  29. '&message=' + encodeURIComponent(message) +
  30. '&file=' + encodeURIComponent(file || '') +
  31. '&line=' + encodeURIComponent(line == undefined ? line : '') +
  32. '&column=' + encodeURIComponent(column == undefined ? column : '') +
  33. '&isLegacyError=' + encodeURIComponent(isNonPaging ? 'true' : '') +
  34. '&url=' + encodeURIComponent(window.location.href);
  35. };
  36. </script>
  37.  
  38. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">
  39. var preInitPerf = {
  40. data: {},
  41. mark: function(tickName) {
  42. if (console['timeStamp']) { console['timeStamp'](tickName); }
  43. preInitPerf['data'][tickName] = Date.now();
  44. }
  45. }
  46.  
  47. // TODO: remove this once the new CSI instrumentation is stable
  48. var csi = {
  49. data: { tick: {} },
  50. tick: function(tick, time) {
  51. csi['data'].tick[tick] = time || Date.now();
  52. },
  53. start: function(time) {
  54. csi['data'] = { tick: {} };
  55. csi.tick('start', time);
  56. }
  57. };
  58.  
  59. (function(w, d) {
  60. csi.perf = w.performance || w.mozPerformance || w.msPerformance || w.webkitPerformance;
  61. csi.start(csi.perf && csi.perf.timing ? csi.perf.timing.responseStart : null);
  62. })(window, document);
  63. </script>
  64.  
  65. <meta content='Dropbox Paper' name='title' /><meta content='More than a doc, Dropbox Paper is a flexible workspace that brings people and ideas together.' name='description' /><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /><meta name="apple-mobile-web-app-capable" content="yes" /><meta name="mobile-web-app-capable" content="yes" />
  66. <style type="text/css" title="dynamicsyntax"></style>
  67.  
  68. <link rel="prefetch" as="image" href="https://paper.dropboxstatic.com/static/img/ace/unchecked.png">
  69.  
  70. <link rel="prefetch" as="image" href="https://paper.dropboxstatic.com/static/img/ace/unchecked@2x.png">
  71.  
  72. <link rel="prefetch" as="image" href="https://paper.dropboxstatic.com/static/img/ace/checked.png">
  73.  
  74. <link rel="prefetch" as="image" href="https://paper.dropboxstatic.com/static/img/ace/checked@2x.png">
  75.  
  76.  
  77. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">
  78. try {
  79. document.domain = document.domain.split(".").slice(-3).join(".");
  80. } catch (ex) {
  81. console.log('error setting document.domain: ' + ex);
  82. }
  83. </script>
  84.  
  85. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">
  86. paperDepTracker = (function() {
  87. var exports={};Object.defineProperty(exports,"__esModule",{value:!0});var DependencyTracker=function(){function e(){var e=this;this.loadedBundles=[],this.loadingBundles=[],this.bundlesInOrder=[],this.onLoadHandlers=[],this.executeOnLoadHandlers=function(){e.onLoadHandlers.forEach(function(e){return e()})}}return e.prototype.load=function(e,n,t){var r=this,o={name:e,attributes:n,executor:null,executed:!1};t&&this.bundlesInOrder.push(o);var d=document.createElement("script");for(var u in n)d.setAttribute(u,n[u]);d.addEventListener("error",function(e){t?r.fetchBundleAgain(o,n):r.logBundleError(o,e,"Non-paper bundle failed to load: "+o.name)}),document.head.appendChild(d)},e.prototype.logBundleError=function(e,n,t){n&&n.target&&n.target.src&&(t+=" with url: <"+n.target.src+">"),window.onerror&&window.onerror(t,null,null,null,null,!0),console.error(t,n)},e.prototype.addScript=function(e,n){this.bundlesInOrder.push({name:e,executor:n,executed:!1}),this.executeLoadedBundles()},e.prototype.execute=function(e,n){for(var t=!1,r=0,o=this.bundlesInOrder;r<o.length;r++){var d=o[r];d.name==e&&(t=!0,d.executor=n)}t||n(),this.executeLoadedBundles()},e.prototype.executeLoadedBundles=function(){for(var e=0,n=this.bundlesInOrder;e<n.length;e++){var t=n[e];if(!t.executed){if(!t.executor)break;t.executed=!0,this.trackBundle(t.name,!0),t.executor.call(null),this.trackBundle(t.name,!1)}}},e.prototype.addOnLoadHandler=function(e){this.onLoadHandlers.push(e)},e.prototype.fetchBundleAgain=function(e,n){var t=Date.now();if(n.src){var r=n.src.indexOf("?")>=0?"&":"?";n.src+=r+"cachebuster=1"}var o=document.createElement("script");for(var d in n)o.setAttribute(d,n[d]);var u=this;o.addEventListener("error",function(){u.logBundleError(e,null,"Paper bundle failed to load: "+e.name+" duration: <"+(Date.now()-t)+"ms>")}),o.addEventListener("load",function(){u.logBundleError(e,null,"Paper bundle loaded after using the cachebuster: "+e.name+" duration: <"+(Date.now()-t)+"ms>")}),document.head.appendChild(o)},e.prototype.getDep=function(e,n){if(!e)throw Error("Dependency not found in bundle: "+n+". Loading bundles: "+(this.loadingBundles.join(", ")||"<none>")+". Loaded bundles: "+(this.loadedBundles.join(", ")||"<none>"));return e.exports},e.prototype.trackBundle=function(e,n){if("undefined"!=typeof preInitPerf&&preInitPerf.mark((n?"before":"after")+"-executing-"+e),n)this.loadingBundles.push(e);else{this.loadedBundles.push(e);var t=this.loadingBundles.indexOf(e);t>-1&&this.loadingBundles.splice(t,1)}},e}();exports.default=DependencyTracker;
  88.  
  89. var paperDepTracker = new DependencyTracker();
  90. document.addEventListener('DOMContentLoaded', function() {
  91. paperDepTracker.addScript('onload', paperDepTracker.executeOnLoadHandlers);
  92. });
  93. return paperDepTracker;
  94. })();
  95. </script>
  96.  
  97. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">
  98. typeof preInitPerf !== 'undefined' && preInitPerf.mark('head-tag-finished')
  99. </script>
  100. </head>
  101.  
  102. <body class=" hp-experiment-native-tasks-parity hp-experiment-right-insert-toolbar">
  103. <div class="body-wrapper"><div id="banner-outer-container"></div><div id="app-container"></div></div>
  104.  
  105. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">csi.tick('js-pre-main')</script>
  106. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">typeof preInitPerf !== 'undefined' && preInitPerf.mark('before-clientvars')</script>
  107.  
  108. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74" id="client-vars-script-tag">
  109. // <![CDATA[
  110. var clientVars = {"appVersion":"3cf081c61b427701bf2e98361b39d6aa8de3745d","appTime":1523572175000,"tabId":"JTd3cWhLSUANtNB4SGAN","initialDataStoreState":{"data":{"experiments-experiments":{"activeExperiments":{"ace-ui-class":true,"allow-role-param-on-all-paths":true,"always-on":true,"archive-v2":true,"captions-zones":true,"compress-changemails":true,"delete-trash":true,"end-of-life-hackpad":true,"folder-management-mobile":true,"hackpad-no-oauth":true,"hackweek-new-embeds":true,"homepage-tabs":true,"homepage-tasks-section-render":true,"inline-code-make-easier-to-type-after":true,"meeting-notes-home-ui":true,"meeting-notes-list-linked-docs-in-sidebar":true,"meeting-notes-office365-enabled":true,"meeting-notes-onboarding":true,"meeting-notes-promote-outlook":true,"meeting-notes-promotion-widget":true,"meeting-notes-search-dropdown":true,"mobile-multiaccount":true,"multiselect-bottom-bar":true,"native-editor-formatbar-refresh":true,"native-offline-image-caching-ios":true,"native-remove-fullscreen-comments-ios":true,"native-reorder-notifications-tab":true,"native-reorder-notifications-tab-ios":true,"native-selection-comment-ui":true,"native-show-todo-nav-education":true,"native-show-todo-nav-education-ios":true,"native-sliding-comments-ui":true,"native-tasks-parity":true,"native-tasks-parity-ios":true,"native-tasks-tab":true,"native-tasks-tab-ios":true,"node-renderer":true,"offline-mode":true,"pad-invite-ping-emails":true,"pad-sharding":true,"paper-user-generated-templates-v2":true,"paper-web-native-print-button":true,"project-orca":true,"resize-embeds":true,"right-insert-toolbar":true,"router":true,"solr-sqs":true,"task-guess-due-date":true,"task-guess-due-date-variant-set":true,"tasklet":true,"tasks-entry-point":true,"tasks-page":true,"trello-embed":true,"unsubscribe_comment":true},"stormcrowFeatureMap":{"paper_meeting_note_invite_mode":"SHARING_PANEL","paper_search_boost":"OPT_2_FAST","paper_mobile_upsell_padpage":"ON","paper_search_snippets4":"VIEW_PR_TAIL_EDIT","paper_fast_folder_search":"ON","paper_search_blend":"ALGO1","paper_new_contact_ranking":"ON","paper_mobile_upsell_padlist_page":"ON","paper_mobile_upsell_welcome":"ON","paper_mobile_use_bluenote":"ON","paper_mobile_background_notifications":"ON","paper_supernova_has_happened":"ON","paper_mobile_ios_signup":"ON","paper_search_personalized":"ON_AND_LOG","paper_doc_preview":"MENTION_AUTOCOMPLETE","paper_native_offline":"ON","paper_native_offline_image_caching_ios":"ON","paper_native_offline_image_caching_android":"ON","paper_sharing_import_contacts":"ON","paper_pdf_annotations":"ON","paper_native_folder_management":"ON","paper_archive_delete":"ON","paper_first_sign_in_rtt_emails":"ON","paper_mobile_multi_account":"ON","paper_list_templates_on_homepage":"CONTROL","paper_embeds_figma_invision":"ON","paper_embeds_trello":"ON","paper_tasks_guess_due_dates":"MARK_OPEN_AND_SET","prof_sharing_persistent_iframe":"ON","paper_router":"ON","paper_riviera_image_proxy":"ON","paper_activation_flow":"INVITE_V8","paper_professional_sharing_onboarding":"ON","paper_use_showcase_urls":"ON","paper_meeting_notes_ads":"PANEL","paper_recurring_meetings":"ON","prof_sharing_metadata_caching":"ON","paper_convert_to_meeting_note":"ON","hackpad_import_no_oauth":"ON","paper_task_page":"ON","showcase_landing_page":"ON","paper_meeting_notes_search_dropdown":"ON","paper_professional_sharing_receivers":"ON","paper_native_selection_comment_ui":"ON","paper_native_sliding_comment_ui":"ON","paper_invite_team_members_on_homepage":"CONTROL","paper_tasklet_vs_page":"TASKLET","prof_sharing_branded_sign_in_page":"ON","paper_tasks_native_parity":"ON","paper_meeting_notes_promote_outlook":"ON","paper_meeting_notes_office365_enabled":"ON","prof_sharing_cropping_on_header":"ON","paper_p8n_icon":"ON","paper_native_editor_formatbar_refresh":"ON","paper_native_reorder_notifications_tab":"ON","paper_right_insert_toolbar":"ON","paper_solr_sqs":"ON","profsharing_no_download":"ON","paper_open_with_txt":"ON","paper_project_orca":"ON","paper_dropbox_chooser_iframe":"ON","paper_meeting_notes_list_linked_docs_in_sidebar":"ON","paper_invite_team_members_on_homepage_callout":"ON","prof_sharing_duplicate":"ON","showcase_download_all":"ON","paper_callout_timing":"ON","paper_tasks_native_parity_ios":"ON","paper_captions_zones":"ON","profsharing_drag_drop_uploads":"ON","prof_sharing_reuse_logos":"ON","paper_dual_feedback_modal":"ON","paper_nux_doc_onboarding":"NO","paper_nux_template_chooser":"EXTREME_SKIP","paper_native_show_todo_nav_education":"ON","paper_meeting_notes_home_ui":"ON","paper_home_tabs":"ON","paper_tasks_native_tab":"ON","paper_open_with_collab":"ON","paper_resize_embeds":"ON","paper_meeting_notes_onboarding":"ON","paper_unsubscribe_comment_email":"ON","paper_num_welcome_docs":"ONE","paper_use_new_audit_logging_arch":"ON","paper_nux_progressive_disclosure":"ON","paper_tasks_native_tab_ios":"ON","paper_native_reorder_notifications_tab_ios":"ON","paper_native_show_todo_nav_education_ios":"ON","paper_user_generated_templates_team_sharing":"ON","paper_better_invitee_flow":"SOCIAL_PROOF","paper_native_remove_fullscreen_comments_ios":"ON","paper_growth_invite_all":"CONTROL","paper_ace_ui_class":"ON","paper_redirect_to_welcome_if_abandoned":"CONTROL","paper_user_generated_templates_v2":"ON","paper_no_doc_onboarding":"ON","paper_web_native_print_button":"ON","paper_redirect_to_walkthrough_if_abandoned":"ON"},"activeExperimentsWithBodyClasses":{"native-tasks-parity":true,"right-insert-toolbar":true}},"settings-settings":{"notificationSettings":{},"autoFollowPads":true,"attribution":true,"prose":false,"weeklyDigest":true,"folders":true,"collections":true,"pendingToJoin":[],"skinTone":"","emailNotifications":true,"postLinkToNewMeetingNotes":true},"configuration-configuration":{"appVersion":"3cf081c61b427701bf2e98361b39d6aa8de3745d","appTime":1523572175000,"boltSubscribeUrl":"https://bolt.dropbox.com/notify/subscribe","cdn":"https://paper.dropboxstatic.com","colorPalette":["hsl(0, 60%, 50%)","hsl(20, 60%, 50%)","hsl(40, 60%, 50%)","hsl(60, 60%, 50%)","hsl(80, 60%, 50%)","hsl(100, 60%, 50%)","hsl(120, 60%, 50%)","hsl(140, 60%, 50%)","hsl(160, 60%, 50%)","hsl(180, 60%, 50%)","hsl(200, 60%, 50%)","hsl(220, 60%, 50%)","hsl(240, 60%, 50%)","hsl(260, 60%, 50%)","hsl(280, 60%, 50%)","hsl(300, 60%, 50%)","hsl(320, 60%, 50%)","hsl(340, 60%, 50%)"],"customEmojis":[],"debugEnabled":false,"enableErrorCatching":true,"hackpadUrl":"https://hackpad.com/","dropboxDomainWWW":"www.dropbox.com","iframeEmbedDomain":"paperusercontent.com","integrations":{},"isMobile":false,"s3BucketRoot":"s3.amazonaws.com","s3PolicyDomain":"paper.dropbox.com","siteName":"Paper","supportEmailAddress":"paper-support@dropbox.com","webWorkerUrl":"https://paper.dropbox.com/static/minified/syntax_highlighting_web_worker.current.Wi-P799iF6UnlmPYxlEK6PtCgu2Yi_DoshpjPeJl4vI.js","recorderWebWorkerUrl":"https://paper.dropbox.com/static/minified/recorder_web_worker.current.LJ1TokD77g-6ohRcrhee7A7TZszqKrPOkhh4dpCqALo.js","syntaxHighlightingWebWorkerUrl":"https://paper.dropbox.com/static/minified/syntax_highlighting_web_worker.current.Wi-P799iF6UnlmPYxlEK6PtCgu2Yi_DoshpjPeJl4vI.js","fuzzySearchWebWorkerUrl":"https://paper.dropbox.com/static/minified/fuzzy_search_web_worker.current.YcPtgE612rWEA2upjtj_G4EYNJiFzCWnQgRlTRPn-BQ.js","clientEventLogSyncIntervalMS":0,"platform":"web","profsharingCanonicalDomain":"showcase.dropbox.com","instancePathPrefix":"/i/bwi2a-i-0de9065b6dc792ebc","xsrfCookieName":"xsrf","socketIOPrefix":"/socketio","pslShellUrl":"https://www.dropbox.com/psl/shell?xframed=1","profsharingMaxItemsPerCollection":200,"nativeClientName":"web","silenceTracksInConsole":false,"rootUrl":"https://paper.dropbox.com/"},"currentUser-currentUser":{"xsrf":"6dJz1haCfkgfUoqHl2G12n","hasAccountId":true,"dropboxConnected":true,"encryptedUserId":"iX86Va0dCNNJDjPG9iZa3mQtyCyZydf0bBp8KXzHTqhJ1MKGeJ","secureUserId":"d.iX86Va0dCNNJDjPG9iZa3mQtyCyZydf0bBp8KXzHTqhJ1MKGeJ","isDomainAdmin":true,"isAppAdmin":false,"isDropboxer":false,"userEmail":"deepakniit14@gmail.com","userIsGuest":false,"userName":"D3pak Kumar","givenName":"D3pak","isCurrentUserBeingAssumed":false,"impersonatorEncryptedAccountId":null,"userPic":null,"teamPic":"https://www.dropbox.com/team/team_logo/?v=1523614990470","isTeamManagedByDropbox":true,"hasSeenTutorial":false,"onboardingCompleted":["folder-invite","invite-pad","meeting-notes","meeting-notes-linked-callout","meeting-notes-unlinked-callout","meeting-notes-welcome-banner","toc","walkthrough","welcome-samples"],"shouldDisplayFastrakMigrationBanner":false,"joinableTeamsVars":null,"notice":{"id":-1,"start":0,"end":0},"timezoneOffsetMinutes":-330,"linkedAccount":null,"notificationsChannelState":{"channel_id":{"app_id":"cGFwZXI=","unique_id":"dmVyc2lvbi05LW5vdGlmaWNhdGlvbnMtZC5pWDg2VmEwZENOTkpEalBHOWlaYTNtUXR5Q3laeWRmMGJCcDhLWHpIVHFoSjFNS0dlSi1wcm9k"},"revision":"0","token":"AABzNHBQUHBYSkloaERONFlOMVthUwiJTcZ1XG2XVVV/iXual4mirYjw6hkoWAQTkeP80f0oiN+y3G26KEBh7shq1UZrgBcU66XfBshgyeDDfY91B09/MZjd+YEubaGyPKvw27JasybXa8tFzBmUlk7/efJJITUWnv51QZHLhrrErMHneICijMCw5PDwY95QFnTKnDHhONp8vjJpOyznx9SM"},"isAwareOfMarkReadBehavior":true,"encryptedTeamId":"iX84h1kOmpmcJ0OMRMS9SrbBHtOq3xCi8BUe3Z5rhmKsLppflt","teamType":1,"teamName":"Personal Domain: deepakniit14@gmail.com","docSharePolicy":"anyone_with_link","distinctId":"AADHvU1Ue4D3mJtOyxRI7sExxsvdzSW0EDwMXqW1ajbfmA","accountAge":588,"accountCreatedDate":"2016-09-01T18:27:57.000Z","accountCreationSource":0,"dropboxAccountId":"dbid:AACxWXaFJHLaXlGv4tH3TlhE6OTmLD9XCAg","dropboxUserIdHMAC":"AADHvU1Ue4D3mJtOyxRI7sExxsvdzSW0EDwMXqW1ajbfmA","teamSubDomain":"Personal Domain: deepakniit14@gmail.com","teamAge":588,"teamCreatedDate":"2016-09-01T18:27:57.000Z","userLocale":"en","isPersonalDomainUser":true,"googleLinked":false,"slackLinked":false,"isMobileUser":false,"trashRetentionPolicy":null,"collectionsEnabled":false,"canDebug":false},"emptyPadClientVars-emptyPadClientVars":{"version":9,"secureCreatorId":"d.iX86Va0dCNNJDjPG9iZa3mQtyCyZydf0bBp8KXzHTqhJ1MKGeJ","secureOwnerId":"d.iX86Va0dCNNJDjPG9iZa3mQtyCyZydf0bBp8KXzHTqhJ1MKGeJ","initialTitle":"Untitled","initialOptions":{"guestPolicy":"link","publicGuestPolicy":"link","folderMemberGuestPolicy":"link"},"padId":"","cloudDocId":null,"encryptedDomainId":"iX84h1kOmpmcJ0OMRMS9SrbBHtOq3xCi8BUe3Z5rhmKsLppflt","domainOrgName":"Personal Domain: deepakniit14@gmail.com","domainDocSharePolicy":"anyone_with_link","isPersonalDomainPad":true,"collab_client_vars":{"historicalAuthorData":{},"collabBaseState":{"zatext":{"attribs":{"0":"|2+2"},"text":{"0":"\n\n"}},"apool":{"nextNum":0,"numToAttrib":{}},"rev":0},"objectStoreBaseState":{"objectCache":{},"objectStoreRev":0},"padId":"","encryptedDomainId":"iX84h1kOmpmcJ0OMRMS9SrbBHtOq3xCi8BUe3Z5rhmKsLppflt","missedChanges":null},"initialUserInfo":{"secureUserId":"d.iX86Va0dCNNJDjPG9iZa3mQtyCyZydf0bBp8KXzHTqhJ1MKGeJ","dropboxAccountId":"dbid:AACxWXaFJHLaXlGv4tH3TlhE6OTmLD9XCAg","name":"D3pak Kumar","givenName":"D3pak","surname":"Kumar","email":"deepakniit14@gmail.com","isDeletedOnMeta":false,"isClaimableHackpadPlaceholder":false,"colorId":1,"status":"creator","isOwner":true,"isConnected":true,"userPic":null,"teamPic":"https://www.dropbox.com/team/team_logo/?v=1523614990489","permission":"edit","lastViewed":1523614990489,"encryptedTeamId":"iX84h1kOmpmcJ0OMRMS9SrbBHtOq3xCi8BUe3Z5rhmKsLppflt","canPermanentlyDeletePad":false},"invitedUserInfos":[{"secureUserId":"d.iX86Va0dCNNJDjPG9iZa3mQtyCyZydf0bBp8KXzHTqhJ1MKGeJ","dropboxAccountId":"dbid:AACxWXaFJHLaXlGv4tH3TlhE6OTmLD9XCAg","name":"D3pak Kumar","givenName":"D3pak","surname":"Kumar","email":"deepakniit14@gmail.com","isDeletedOnMeta":false,"isClaimableHackpadPlaceholder":false,"colorId":1,"status":"creator","isOwner":true,"isConnected":true,"userPic":null,"teamPic":"https://www.dropbox.com/team/team_logo/?v=1523614990489","permission":"edit","lastViewed":1523614990489,"encryptedTeamId":"iX84h1kOmpmcJ0OMRMS9SrbBHtOq3xCi8BUe3Z5rhmKsLppflt","canPermanentlyDeletePad":false}],"initialFolderData":null,"deletedPadId":null,"isTrashed":false,"isCloudDoc":false,"isDeleted":false,"lastEditedTime":0,"secureS3PolicyAndSig":null,"padType":1,"initialUnreadNotifications":[],"initialNotificationsLastUpdatedTime":0,"widgetEmbeds":[{"widgetId":"m7kXrb4DGnUDjTqkqE5S","title":"GoogleMaps.html","domains":"www.google.com","regex":"^https://www\\.google\\.com/maps/.*"}],"padFeatures":{}},"emptyPad-emptyPad":{"localPadId":"","globalRev":0,"currentUserIsCreator":true,"currentUserIsOwner":true,"title":"Untitled","permissionSource":1,"url":null,"docStatus":1,"lastViewedDate":"2018-04-13T10:23:10.496Z","myLastViewedDate":"2018-04-13T10:23:10.496Z","lastActivityDate":"2018-04-13T10:23:10.496Z","lastEditedDate":"2018-04-13T10:23:10.496Z","myLastEditedDate":"2018-04-13T10:23:10.496Z","createdDate":"2018-04-13T10:23:10.496Z","wasEditedByMe":true,"currentUserInvitedDate":null,"currentUserInvitedByUser":null,"activeUsers":[],"isDeleted":false,"isTrashed":false,"isCloudDoc":false,"isArchived":false,"secureLastEditorId":null,"editors":[],"isFavorite":false,"followPref":0,"sortKey":"","creator":"D3pak Kumar","owner":"D3pak Kumar","isSearchResult":false,"dataSourceId":null,"invitedUserCount":0,"invitedUserName":null,"lastEditorName":null,"folderData":null,"padType":1,"purgeDate":null}},"types":{"experiments":{"experiments":true},"settings":{"settings":true},"configuration":{"configuration":true},"currentUser":{"currentUser":true},"emptyPadClientVars":{"emptyPadClientVars":true},"emptyPad":{"emptyPad":true}}},"profile":{"id":2289005004}};
  111. try { window.rootTextLengthForDebugging = clientVars.initialDataStoreState.data["padClientVars-undefined"].collab_client_vars.collabBaseState.zatext.text["0"].length; } catch(ex) { }
  112. // ]]>
  113. </script>
  114.  
  115. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">
  116. if (window.clientVars && clientVars.wasServerRendered) {
  117. preInitPerf.mark('timeToView')
  118. }
  119. </script>
  120.  
  121. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">
  122. window.expectedClientVarsScriptTagLength = 13797
  123. </script>
  124.  
  125. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">
  126. var streamingClientContextPath = '/comet';
  127. var streamingClientAcceptableChannelTypes = ['shortpolling', 'streaming'];
  128. var streamingClientCanUseSubDomains = true;
  129. </script>
  130. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">paperDepTracker.load('core_external', {"nonce":"4b494d3aa11bea4aa1c94003581b7772b1f0ce74","src":"https://paper.dropboxstatic.com/static/minified/core_external.current.i4tK-AnkXh8iAwYfrKfwOtbx66pNsM29Rh7yhEH1AtE.js.gz","crossorigin":"anonymous","integrity":"sha256-i4tK+AnkXh8iAwYfrKfwOtbx66pNsM29Rh7yhEH1AtE"}, true)</script>
  131.  
  132. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">paperDepTracker.load('core', {"nonce":"4b494d3aa11bea4aa1c94003581b7772b1f0ce74","src":"https://paper.dropboxstatic.com/static/minified/core.current.bYyg5K4wCdKCY6GPgwGWCrHHYfx5Rla_Vi3PYyUfkp8.js.gz","crossorigin":"anonymous","integrity":"sha256-bYyg5K4wCdKCY6GPgwGWCrHHYfx5Rla/Vi3PYyUfkp8"}, true)</script>
  133.  
  134. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">paperDepTracker.load('pad_page_external', {"nonce":"4b494d3aa11bea4aa1c94003581b7772b1f0ce74","src":"https://paper.dropboxstatic.com/static/minified/pad_page_external.current.l7Z2XlEOzRIn67izOqvnhFIbawW0IIT9f661m8pO70g.js.gz","crossorigin":"anonymous","integrity":"sha256-l7Z2XlEOzRIn67izOqvnhFIbawW0IIT9f661m8pO70g"}, true)</script>
  135.  
  136. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">paperDepTracker.load('pad_pages', {"nonce":"4b494d3aa11bea4aa1c94003581b7772b1f0ce74","src":"https://paper.dropboxstatic.com/static/minified/pad_pages.current.6yQWKkwtN0cwXBHEK19id6csSAIYPyMATymDwF5Pyk4.js.gz","crossorigin":"anonymous","integrity":"sha256-6yQWKkwtN0cwXBHEK19id6csSAIYPyMATymDwF5Pyk4"}, true)</script>
  137.  
  138. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">paperDepTracker.load('bundle', {"nonce":"4b494d3aa11bea4aa1c94003581b7772b1f0ce74","src":"https://paper.dropboxstatic.com/static/minified/bundle.current.kZxPyjsiK2WOUwNwrARPfNnSDB__fquUZVQh3IgkglY.js.gz","crossorigin":"anonymous","integrity":"sha256-kZxPyjsiK2WOUwNwrARPfNnSDB//fquUZVQh3IgkglY"}, true)</script>
  139. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">
  140. paperDepTracker.addScript('initializeComposer', function() {
  141. if (window.initializeComposer) {
  142. typeof preInitPerf !== 'undefined' && preInitPerf.mark('before-initializeComposer()');
  143. window.initializeComposer();
  144. typeof preInitPerf !== 'undefined' && preInitPerf.mark('after-initializeComposer()');
  145. }
  146. });
  147. </script>
  148. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74" data-name="emoji_games" data-src="https://paper.dropboxstatic.com/static/minified/emoji_games.current.TNnqh03W1Sc9XF13Hj5Csr21O3vnIFbKYXFfKX23bEw.js.gz"></script>
  149.  
  150. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74" data-name="word_to_html" data-src="https://paper.dropboxstatic.com/static/minified/word_to_html.current.bWLR9NHnm4YDivjTxaFO3qCayEK7DMOVsXFgPQBkA0U.js.gz"></script>
  151.  
  152. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74" data-name="recorder" data-src="https://paper.dropboxstatic.com/static/minified/recorder.current.fTSn53q8sdNMXXeIGpSBVH83yLqLOqwL33q47iAYd6Y.js.gz"></script>
  153.  
  154. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74" data-name="chrono" data-src="https://paper.dropboxstatic.com/static/minified/chrono.current.jB0EPI9OItDm30A7OLIK0J3_siVi8eqxcL95bR4iF8M.js.gz"></script>
  155.  
  156. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">paperDepTracker.load('dropins', {"id":"dropboxjs","data-app-key":"spherpst6ux1mh7","nonce":"4b494d3aa11bea4aa1c94003581b7772b1f0ce74","src":"https://paper.dropboxstatic.com/static/minified/dropins.rrRVZlsKq8HBW1faKiNG7zkkEOE3aQ2gc1oDGEeC5rM.js.gz","async":true,"crossorigin":"anonymous","integrity":"sha256-rrRVZlsKq8HBW1faKiNG7zkkEOE3aQ2gc1oDGEeC5rM"}, false)</script>
  157.  
  158.  
  159.  
  160. <script nonce="4b494d3aa11bea4aa1c94003581b7772b1f0ce74">csi.tick('js-post-main')</script>
  161.  
  162. <noscript>Please turn on JavaScript to use Paper in all of its awesomeness. ^_^</noscript>
  163.  
  164. </body>
  165. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement