tabulator icon indicating copy to clipboard operation
tabulator copied to clipboard

Change references to linkeddata.github.com

Open kirkhess opened this issue 10 years ago • 0 comments

In https://github.com/linkeddata/tabulator/blob/master/js/mashup/mashlib.js

The scriptBase statement refers to a non-existent url & the iconPrefix needs to be fixed as well.

tabulator.scriptBase = 'https://linkeddata.github.com/tabulator/'; // This no longer works.

tabulator.iconPrefix = tabulator.scriptBase; //this also needs to be fixed

See linkeddata/tabulator-chrome#4

kirkhess avatar Aug 06 '15 17:08 kirkhess