Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #38 from diegoeis/master
Browse files Browse the repository at this point in the history
Adding ls-v1 class in HTML tag. We will start use the Locaweb Style v1 t...
  • Loading branch information
flaviomuniz committed Feb 13, 2015
2 parents 084d01b + f74a25d commit 1a2be4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/assets/javascripts/locastyle/_locastyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Locastyle = (function() {
this.classToggle(dom_scope);
this.boxDinamicArrow(dom_scope);
this.arrowDinamic(dom_scope, '[data-element]:checked');
this.addLsIdentification();
},

popover: function(dom_scope){
Expand Down Expand Up @@ -420,6 +421,10 @@ Locastyle = (function() {

boxDinamicArrow: function(dom_scope){
$('.boxDinamicArrow', dom_scope).prepend('<span class="arrowTop"/>');
},

addLsIdentification: function(){
$('html').addClass('ls-v1');
}

}
Expand Down

0 comments on commit 1a2be4c

Please sign in to comment.