Commit 9a8ed7683e7bc1c466833b1d101d45f156660861

Authored by Renato De Donato
1 parent 141db494

last push?

datalets/base-datalet/base-datalet.html
... ... @@ -326,12 +326,11 @@ Example :
326 326 '\<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"\>\<\/script\>\n' +
327 327 '<!-- REMOVE THE PREVIOUS SCRIPT TAGS IF YOUR PAGE ALREADY USES JQUERY AND POLYFILL LIBRARIES -->\n';
328 328  
329   - var dataletLink = '<link rel="import" href="http://deep.routetopa.eu/deep_1_7/datalets/'+parent.is+'/'+parent.is+'.html" /> \n';
  329 + var dataletLink = '<link rel="import" href="http://deep.routetopa.eu/deep_1_7/COMPONENTS/datalets/'+parent.is+'/'+parent.is+'.html" /> \n';
330 330  
331 331 window.prompt("Copy to clipboard: Ctrl+C, Enter", dataletImport+dataletLink+html);
332 332 },
333 333  
334   -
335 334 exportToIMG: function () {
336 335 var parent = this.parentElement;
337 336 while(!parent.hasAttribute("data-url"))
... ...