Skip to content

Instantly share code, notes, and snippets.

@nicolas-t
Last active October 13, 2015 19:38
Show Gist options
  • Select an option

  • Save nicolas-t/4246028 to your computer and use it in GitHub Desktop.

Select an option

Save nicolas-t/4246028 to your computer and use it in GitHub Desktop.

Revisions

  1. nicolas-t revised this gist Jul 30, 2013. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    $(function() {
    $('.chocoLinks').Chocolat({
    overlayOpacity: 1,
    displayAsALink: true,
    overlayColor: '#000'
    overlayOpacity : 1,
    displayAsALink : true,
    overlayColor : '#000'
    });
    });
  2. nicolas-t revised this gist Dec 9, 2012. No changes.
  3. nicolas-t created this gist Dec 9, 2012.
    7 changes: 7 additions & 0 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    $(function() {
    $('.chocoLinks').Chocolat({
    overlayOpacity: 1,
    displayAsALink: true,
    overlayColor: '#000'
    });
    });