Skip to content

Commit

Permalink
Merge pull request #408 from dahabi/master
Browse files Browse the repository at this point in the history
load appThemeCSS from local
  • Loading branch information
abuturla authored Mar 12, 2018
2 parents 5d33c01 + 9459596 commit 18dd57f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/buildfire.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ var buildfire = {
, attachLocalAppThemeCSSFiles: function (appId) {
this._attachAppThemeCSSFiles( '../../../../app/scripts/offline/appTheme'+appId+'.css');
}
,_attachAppThemeCSSFiles:function(url){
,_attachAppThemeCSSFiles:function(url){
var linkElement = document.createElement("link");
buildfire.appearance.CSSBusterCounter = 0;
Expand Down

0 comments on commit 18dd57f

Please sign in to comment.