Skip to content

Commit

Permalink
Merge pull request #22 from ruslanchek/master
Browse files Browse the repository at this point in the history
Pages updates
  • Loading branch information
Ruslan committed Feb 6, 2015
2 parents adee877 + 1394bd4 commit decbdd2
Show file tree
Hide file tree
Showing 13 changed files with 199 additions and 76 deletions.
9 changes: 0 additions & 9 deletions config.codekit
Original file line number Diff line number Diff line change
Expand Up @@ -384,15 +384,6 @@
"outputPathIsOutsideProject": 0,
"outputPathIsSetByUser": 0
},
"\/roadmap.html": {
"fileType": 8192,
"ignore": 1,
"ignoreWasSetByUser": 0,
"inputAbbreviatedPath": "\/roadmap.html",
"outputAbbreviatedPath": "No Output Path",
"outputPathIsOutsideProject": 0,
"outputPathIsSetByUser": 0
},
"\/roadmap.jade": {
"compileDebug": 1,
"fileType": 512,
Expand Down
52 changes: 38 additions & 14 deletions css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/screen.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ Demo.Tabs = function(){

this.initTabs = function(){
this.sampleTabs = new UI.Tabs();

$('#tab-media').on('click', function(e){
e.preventDefault();
_this.sampleTabs.openTab('media');
});
};

this.init = function(){
Expand Down
2 changes: 1 addition & 1 deletion js/min/demo-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit decbdd2

Please sign in to comment.