Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- jQuery -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="/js/jquery-1.10.2.min.js"><\/script>')</script>
- <!-- Bootstrap -->
- <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
- <script>window.jQuery.fn.modal || document.write('<script src="/js/bootstrap-3.0.3.min.js"><\/script>')</script>
- <script>
- (function($) {
- $(function() {
- if ($('body').css('color') !== 'rgb(51, 51, 51)') {
- $('head').prepend('<link rel="stylesheet" href="/css/bootstrap-3.0.3.min.css">');
- }
- });
- })(window.jQuery);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment