# HG changeset patch # User Calvin Yeh # Date 1506599097 -7200 # Node ID e26945b2aa852be9420ba434656aa4bfe54bc6ef # Parent 7bdbc7fc79369efe9b2815906611b5a15dcd0e67 upgrade bootstrap to v 3.3.2, add font files diff -r 7bdbc7fc7936 -r e26945b2aa85 fonts/glyphicons-halflings-regular.eot Binary file fonts/glyphicons-halflings-regular.eot has changed diff -r 7bdbc7fc7936 -r e26945b2aa85 fonts/glyphicons-halflings-regular.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/glyphicons-halflings-regular.svg Thu Sep 28 13:44:57 2017 +0200 @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 7bdbc7fc7936 -r e26945b2aa85 fonts/glyphicons-halflings-regular.ttf Binary file fonts/glyphicons-halflings-regular.ttf has changed diff -r 7bdbc7fc7936 -r e26945b2aa85 fonts/glyphicons-halflings-regular.woff Binary file fonts/glyphicons-halflings-regular.woff has changed diff -r 7bdbc7fc7936 -r e26945b2aa85 fonts/glyphicons-halflings-regular.woff2 Binary file fonts/glyphicons-halflings-regular.woff2 has changed diff -r 7bdbc7fc7936 -r e26945b2aa85 js/jquery.bootstrap-growl.min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/jquery.bootstrap-growl.min.js Thu Sep 28 13:44:57 2017 +0200 @@ -0,0 +1,1 @@ +(function(){var c;c=jQuery;c.bootstrapGrowl=function(f,a){var b,e,d;a=c.extend({},c.bootstrapGrowl.default_options,a);b=c("
");b.attr("class","bootstrap-growl alert");a.type&&b.addClass("alert-"+a.type);a.allow_dismiss&&(b.addClass("alert-dismissible"),b.append(''));b.append(f);a.top_offset&&(a.offset={from:"top",amount:a.top_offset});d=a.offset.amount;c(".bootstrap-growl").each(function(){return d= Math.max(d,parseInt(c(this).css(a.offset.from))+c(this).outerHeight()+a.stackup_spacing)});e={position:"body"===a.ele?"fixed":"absolute",margin:0,"z-index":"9999",display:"none"};e[a.offset.from]=d+"px";b.css(e);"auto"!==a.width&&b.css("width",a.width+"px");c(a.ele).append(b);switch(a.align){case "center":b.css({left:"50%","margin-left":"-"+b.outerWidth()/2+"px"});break;case "left":b.css("left","20px");break;default:b.css("right","20px")}b.fadeIn();0