-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90f5f5c
commit 315a817
Showing
4 changed files
with
7 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
| cheatsheet : Generic project template | ||
| Cheatsheet : Generic project template | ||
| | ||
| @link http://websemantics.ca | ||
| @author Web Semantics, Inc. Dev Team <[email protected]> | ||
|
@@ -32,12 +32,11 @@ $(function() { | |
var lights = true | ||
var comments = true | ||
var icon = "file text outline" | ||
var title = "PyroCMS 3 Cheatsheets" | ||
var title = "PyroCMS 3 Cheatsheet" | ||
var repo = 'websemantics/pyrocms-cheatsheet' | ||
var colors = ['red', 'orange', 'yellow', 'olive', 'green', 'teal', 'blue', 'violet', 'purple', 'pink', 'brown', 'grey'] | ||
var segment = Handlebars.compile($("#segment-template").html()) | ||
var button = Handlebars.compile($("#button-template").html()) | ||
var bragit = Handlebars.compile($("#bragit-template").html()) | ||
|
||
/** | ||
* Called when all cheat files are fully loaded | ||
|
@@ -168,7 +167,6 @@ $(function() { | |
} | ||
}) | ||
|
||
/* $('.item.bragit').append(bragit(cheats)); TODO */ | ||
setTimeout(onCheatsheetsLoaded,300); | ||
}) | ||
}) |