We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9529bc commit cde5fd8Copy full SHA for cde5fd8
index.htm
@@ -15,11 +15,14 @@
15
bscss.prop('href', '//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css');
16
bsdpcss.prop('href', 'bootstrap-datepicker/css/bootstrap-datepicker.css');
17
page.bootstrap = 2;
18
- }
19
- else{
+
+ ga('send', 'event', 'Sandbox', 'Bootstrap V2 style');
20
+ } else{
21
bscss.prop('href', '//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css');
22
bsdpcss.prop('href', 'bootstrap-datepicker/css/bootstrap-datepicker3.css');
23
page.bootstrap = 3;
24
25
+ ga('send', 'event', 'Sandbox', 'Bootstrap V3 style');
26
}
27
28
$(page).trigger('change:bootstrap', page.bootstrap);
0 commit comments