Skip to content

Commit fcac2c1

Browse files
committedJan 11, 2019
ready for 3.3.4
1 parent d1b3fb6 commit fcac2c1

11 files changed

+865
-675
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Boniface Pereira
3+
Copyright (c) 2019 Boniface Pereira
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎animations.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<link rel="stylesheet"
6262
href="demo/demo.css">
6363
<script>
64-
var version = '3.3.3';
64+
var version = '3.3.4';
6565
</script>
6666
<!-- Add the minified version of files from the /dist/ folder. -->
6767
<!-- jquery-confirm files -->
@@ -113,6 +113,15 @@
113113
<span class="caret"></span>
114114
</a>
115115
<ul class="dropdown-menu">
116+
<li>
117+
<a href="http://craftpip.github.io/jquery-confirm/v3.3.2">v3.3.2</a>
118+
</li>
119+
<li>
120+
<a href="http://craftpip.github.io/jquery-confirm/v3.3.1">v3.3.1</a>
121+
</li>
122+
<li>
123+
<a href="http://craftpip.github.io/jquery-confirm/v3.3.0">v3.3.0</a>
124+
</li>
116125
<li>
117126
<a href="http://craftpip.github.io/jquery-confirm/v3.2.3">v3.2.3</a>
118127
</li>

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-confirm2",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"homepage": "https://github.com/craftpip/jquery-confirm",
55
"authors": [
66
"boniface pereira <bonifacepereira@gmail.com>"

‎css/jquery-confirm.css

+805-640
Large diffs are not rendered by default.

‎css/jquery-confirm.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* jquery-confirm v3.3.3 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
33
* Author: boniface pereira
44
* Website: www.craftpip.com
55
* Contact: hey@craftpip.com
66
*
7-
* Copyright 2013-2017 jquery-confirm
7+
* Copyright 2013-2019 jquery-confirm
88
* Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
99
*/
1010
@blue: #3498db;

‎dist/jquery-confirm.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/jquery-confirm.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<link rel="stylesheet"
6262
href="demo/demo.css">
6363
<script>
64-
var version = '3.3.3';
64+
var version = '3.3.4';
6565
</script>
6666
<!-- Add the minified version of files from the /dist/ folder. -->
6767
<!-- jquery-confirm files -->
@@ -234,8 +234,8 @@
234234
<div class="row download-btns">
235235
<div class="col-md-12">
236236
<div style="height: 15px;"></div>
237-
<a href="https://github.com/craftpip/jquery-confirm/releases/download/v3.3.3/jquery-confirm-v3.3.3.zip"
238-
class="btn btn-lg">Download v3.3.3
237+
<a href="https://github.com/craftpip/jquery-confirm/releases/download/v3.3.4/jquery-confirm-v3.3.4.zip"
238+
class="btn btn-lg">Download v3.3.4
239239
</a>
240240
<a href="https://github.com/craftpip/jquery-confirm"
241241
class="btn btn-lg"><i class="fa fa-github"></i> View on GitHub
@@ -1002,7 +1002,7 @@ <h2>Themes</h2>
10021002
</section>
10031003

10041004
<section id="whats-new">
1005-
<h2>Whats new <span style="color: #aaa">in v3.3.3</span></h2>
1005+
<h2>Whats new <span style="color: #aaa">in v3.3.4</span></h2>
10061006
<ul>
10071007
<li>Safari height bug fix. PR by lanre-ade</li>
10081008
<li>Fix isClosed bug for firefox. PR by loganm</li>

‎js/jquery-confirm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* jquery-confirm v3.3.3 (http://craftpip.github.io/jquery-confirm/)
2+
* jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
33
* Author: Boniface Pereira
44
* Website: www.craftpip.com
55
* Contact: hey@craftpip.com
66
*
7-
* Copyright 2013-2018 jquery-confirm
7+
* Copyright 2013-2019 jquery-confirm
88
* Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
99
*/
1010

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-confirm",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"title": "jquery-confirm.js | A multipurpose alert and confirm plugin",
55
"description": "A jQuery plugin that provides great set of features like, Auto-close, Ajax-loading, background-dismiss, themes and more.",
66
"homepage": "http://craftpip.github.io/jquery-confirm/",

‎themes.html

+34-18
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@
5555
href="demo/libs/bundled.css">
5656
<script src="demo/libs/bundled.js"></script>
5757

58-
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
58+
<script async
59+
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
5960

6061
<link rel="stylesheet"
6162
href="demo/demo.css">
6263
<script>
63-
var version = '3.3.3';
64+
var version = '3.3.4';
6465
</script>
6566
<!-- Add the minified version of files from the /dist/ folder. -->
6667
<!-- jquery-confirm files -->
@@ -112,6 +113,15 @@
112113
<span class="caret"></span>
113114
</a>
114115
<ul class="dropdown-menu">
116+
<li>
117+
<a href="http://craftpip.github.io/jquery-confirm/v3.3.2">v3.3.2</a>
118+
</li>
119+
<li>
120+
<a href="http://craftpip.github.io/jquery-confirm/v3.3.1">v3.3.1</a>
121+
</li>
122+
<li>
123+
<a href="http://craftpip.github.io/jquery-confirm/v3.3.0">v3.3.0</a>
124+
</li>
115125
<li>
116126
<a href="http://craftpip.github.io/jquery-confirm/v3.2.3">v3.2.3</a>
117127
</li>
@@ -294,7 +304,7 @@ <h2>Themes</h2>
294304
<button class="btn btn-primary example5-3-2">Bootstrap</button>
295305
<div class="space10"></div>
296306
<script type="text/javascript">
297-
$('.example4').on('click', function () {
307+
$('.example4').on('click', function(){
298308
$.confirm({
299309
icon: 'fa fa-question',
300310
theme: 'white',
@@ -303,7 +313,7 @@ <h2>Themes</h2>
303313
type: 'orange',
304314
});
305315
});
306-
$('.example5').on('click', function () {
316+
$('.example5').on('click', function(){
307317
$.confirm({
308318
icon: 'fa fa-question',
309319
theme: 'black',
@@ -312,7 +322,7 @@ <h2>Themes</h2>
312322
type: 'orange',
313323
});
314324
});
315-
$('.example5-3').on('click', function () {
325+
$('.example5-3').on('click', function(){
316326
$.confirm({
317327
icon: 'fa fa-question',
318328
theme: 'supervan',
@@ -321,7 +331,7 @@ <h2>Themes</h2>
321331
type: 'orange',
322332
});
323333
});
324-
$('.example5-3-1').on('click', function () {
334+
$('.example5-3-1').on('click', function(){
325335
$.confirm({
326336
icon: 'fa fa-question',
327337
theme: 'material',
@@ -330,7 +340,7 @@ <h2>Themes</h2>
330340
type: 'orange',
331341
});
332342
});
333-
$('.example5-3-2').on('click', function () {
343+
$('.example5-3-2').on('click', function(){
334344
$.confirm({
335345
icon: 'fa fa-question',
336346
theme: 'bootstrap',
@@ -339,7 +349,7 @@ <h2>Themes</h2>
339349
type: 'orange',
340350
});
341351
});
342-
$('.example5-3-3').on('click', function () {
352+
$('.example5-3-3').on('click', function(){
343353
$.confirm({
344354
icon: 'fa fa-question',
345355
theme: 'modern',
@@ -375,8 +385,12 @@ <h2>Make your own themes</h2>
375385
This is a CSS boilerplate for defining a theme.
376386
</p>
377387
<div class="btn-group">
378-
<button type="button" class="btn change-format-less btn-primary active">LESS</button>
379-
<button type="button" class="btn change-format-css btn-primary">CSS</button>
388+
<button type="button"
389+
class="btn change-format-less btn-primary active">LESS
390+
</button>
391+
<button type="button"
392+
class="btn change-format-css btn-primary">CSS
393+
</button>
380394
</div>
381395
<div class="space10"></div>
382396
<pre class="prettyprint linenums format-less"><code>.jconfirm.jconfirm-my-theme {
@@ -451,7 +465,9 @@ <h2>Layout</h2>
451465
<p>
452466
This visualizes the layout for quicker understanding for creating themes.
453467
</p>
454-
<img src="themelayout.png" alt="" style="width: 100%">
468+
<img src="themelayout.png"
469+
alt=""
470+
style="width: 100%">
455471
</section>
456472

457473
<section class="text-right footer">
@@ -477,11 +493,11 @@ <h2>Layout</h2>
477493

478494
<!--google stuff DO NOT COPY THIS-->
479495
<script>
480-
(function (i, s, o, g, r, a, m) {
496+
(function(i, s, o, g, r, a, m){
481497
i['GoogleAnalyticsObject'] = r;
482-
i[r] = i[r] || function () {
483-
(i[r].q = i[r].q || []).push(arguments)
484-
}, i[r].l = 1 * new Date();
498+
i[r] = i[r] || function(){
499+
(i[r].q = i[r].q || []).push(arguments)
500+
}, i[r].l = 1 * new Date();
485501
a = s.createElement(o),
486502
m = s.getElementsByTagName(o)[0];
487503
a.async = 1;
@@ -497,16 +513,16 @@ <h2>Layout</h2>
497513
defer
498514
id="github-bjs"
499515
src="https://buttons.github.io/buttons.js"></script>
500-
<script> window.twttr = (function (d, s, id) {
516+
<script> window.twttr = (function(d, s, id){
501517
var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {};
502-
if (d.getElementById(id))
518+
if(d.getElementById(id))
503519
return t;
504520
js = d.createElement(s);
505521
js.id = id;
506522
js.src = "https://platform.twitter.com/widgets.js";
507523
fjs.parentNode.insertBefore(js, fjs);
508524
t._e = [];
509-
t.ready = function (f) {
525+
t.ready = function(f){
510526
t._e.push(f);
511527
};
512528
return t;

0 commit comments

Comments
 (0)
Please sign in to comment.