Skip to content

Commit

Permalink
Remove console.log from dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Sep 9, 2014
1 parent 159d22d commit 38b5431
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 78 deletions.
1 change: 0 additions & 1 deletion build/less/definitions/modules/dropdown.js
Expand Up @@ -484,7 +484,6 @@ $.fn.dropdown = function(parameters) {
},
openingSubMenu = ($choice.find(selector.menu).size() > 0)
;
console.log(text, value);
if( !openingSubMenu ) {
if(event.type == 'touchstart') {
$choice.one('click', callback);
Expand Down
2 changes: 1 addition & 1 deletion build/minified/definitions/modules/dropdown.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/minified/definitions/views/card.min.css

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions build/packaged/definitions/css/semantic.css
Expand Up @@ -24010,40 +24010,6 @@ a.ui.nag {
/*------------------
Load Default
-------------------*/
/*******************************
Card
*******************************/
/*-------------------
View
--------------------*/
/* Shadow */
/* Item */
/* Item Group */
/*-------------------
Content
--------------------*/
/* Image */
/* Content */
/* Header */
/* Metadata */
/* Icons */
/* Links */
/* Description */
/* Content Image */
/* Avatar Image */
/* Paragraph */
/* Additional Content */
/* Extra Links */
/*-------------------
Variations
--------------------*/
/* Link */
/* Card Count */
/* Stackable */
/* Sizes */
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
Expand Down Expand Up @@ -24135,6 +24101,40 @@ a.ui.nag {
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Card
*******************************/
/*-------------------
View
--------------------*/
/* Shadow */
/* Item */
/* Item Group */
/*-------------------
Content
--------------------*/
/* Image */
/* Content */
/* Header */
/* Metadata */
/* Icons */
/* Links */
/* Description */
/* Content Image */
/* Avatar Image */
/* Paragraph */
/* Additional Content */
/* Extra Links */
/*-------------------
Variations
--------------------*/
/* Link */
/* Card Count */
/* Stackable */
/* Sizes */
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/
Expand Down Expand Up @@ -24262,7 +24262,7 @@ a.ui.nag {
.ui.cards > .card > .content > .header,
.ui.card > .content > .header {
display: block;
margin: 1em 0em 1rem;
margin: 0em;
font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
Expand Down
2 changes: 1 addition & 1 deletion build/packaged/definitions/css/semantic.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/packaged/definitions/javascript/semantic.js
Expand Up @@ -7006,7 +7006,6 @@ $.fn.dropdown = function(parameters) {
},
openingSubMenu = ($choice.find(selector.menu).size() > 0)
;
console.log(text, value);
if( !openingSubMenu ) {
if(event.type == 'touchstart') {
$choice.one('click', callback);
Expand Down
2 changes: 1 addition & 1 deletion build/packaged/definitions/javascript/semantic.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/uncompressed/definitions/modules/dropdown.js
Expand Up @@ -484,7 +484,6 @@ $.fn.dropdown = function(parameters) {
},
openingSubMenu = ($choice.find(selector.menu).size() > 0)
;
console.log(text, value);
if( !openingSubMenu ) {
if(event.type == 'touchstart') {
$choice.one('click', callback);
Expand Down
70 changes: 35 additions & 35 deletions build/uncompressed/definitions/views/card.css
Expand Up @@ -45,40 +45,6 @@
/*------------------
Load Default
-------------------*/
/*******************************
Card
*******************************/
/*-------------------
View
--------------------*/
/* Shadow */
/* Item */
/* Item Group */
/*-------------------
Content
--------------------*/
/* Image */
/* Content */
/* Header */
/* Metadata */
/* Icons */
/* Links */
/* Description */
/* Content Image */
/* Avatar Image */
/* Paragraph */
/* Additional Content */
/* Extra Links */
/*-------------------
Variations
--------------------*/
/* Link */
/* Card Count */
/* Stackable */
/* Sizes */
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
Expand Down Expand Up @@ -170,6 +136,40 @@
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Card
*******************************/
/*-------------------
View
--------------------*/
/* Shadow */
/* Item */
/* Item Group */
/*-------------------
Content
--------------------*/
/* Image */
/* Content */
/* Header */
/* Metadata */
/* Icons */
/* Links */
/* Description */
/* Content Image */
/* Avatar Image */
/* Paragraph */
/* Additional Content */
/* Extra Links */
/*-------------------
Variations
--------------------*/
/* Link */
/* Card Count */
/* Stackable */
/* Sizes */
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/
Expand Down Expand Up @@ -297,7 +297,7 @@
.ui.cards > .card > .content > .header,
.ui.card > .content > .header {
display: block;
margin: 1em 0em 1rem;
margin: 0em;
font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
Expand Down
1 change: 0 additions & 1 deletion src/definitions/modules/dropdown.js
Expand Up @@ -484,7 +484,6 @@ $.fn.dropdown = function(parameters) {
},
openingSubMenu = ($choice.find(selector.menu).size() > 0)
;
console.log(text, value);
if( !openingSubMenu ) {
if(event.type == 'touchstart') {
$choice.one('click', callback);
Expand Down

0 comments on commit 38b5431

Please sign in to comment.