Skip to content

Commit

Permalink
Updated component to version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot authored and jlukic committed Feb 18, 2015
1 parent c2dc7fc commit a590a62
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 19 deletions.
1 change: 0 additions & 1 deletion RELEASE-NOTES.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
### Version 0.1.0 - Sep 25, 2013
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"jquery": "x.x.x"
},
"main": "nag.js",
"version": "1.0.0"
"version": "1.0.0-beta"
}
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ module.exports = function(parameters) {
}
else {
if(instance !== undefined) {
module.destroy();
instance.invoke('destroy');
}
module.initialize();
}
Expand Down Expand Up @@ -477,6 +477,3 @@ module.exports.settings = {
};

})( require("jquery"), window , document );

/*! jquery.cookie v1.4.1 | MIT */
!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?a(require("jquery")):a(require("jquery"))}(function(a){function b(a){return h.raw?a:encodeURIComponent(a)}function c(a){return h.raw?a:decodeURIComponent(a)}function d(a){return b(h.json?JSON.stringify(a):String(a))}function e(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return a=decodeURIComponent(a.replace(g," ")),h.json?JSON.parse(a):a}catch(b){}}function f(b,c){var d=h.raw?b:e(b);return a.isFunction(c)?c(d):d}var g=/\+/g,h=a.cookie=function(e,g,i){if(void 0!==g&&!a.isFunction(g)){if(i=a.extend({},h.defaults,i),"number"==typeof i.expires){var j=i.expires,k=i.expires=new Date;k.setTime(+k+864e5*j)}return document.cookie=[b(e),"=",d(g),i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}for(var l=e?void 0:{},m=document.cookie?document.cookie.split("; "):[],n=0,o=m.length;o>n;n++){var p=m[n].split("="),q=c(p.shift()),r=p.join("=");if(e&&e===q){l=f(r,g);break}e||void 0===(r=f(r))||(l[q]=r)}return l};h.defaults={},a.removeCookie=function(b,c){return void 0===a.cookie(b)?!1:(a.cookie(b,"",a.extend({},c,{expires:-1})),!a.cookie(b))}});
10 changes: 8 additions & 2 deletions nag.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* # Semantic UI
* # Semantic UI - 1.9.0
* https://github.com/Semantic-Org/Semantic-UI
* http://beta.semantic-ui.com/
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
Expand Down Expand Up @@ -141,3 +141,9 @@ a.ui.nag {
Theme Overrides
*******************************/



/*******************************
User Overrides
*******************************/

5 changes: 1 addition & 4 deletions nag.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ $.fn.nag = function(parameters) {
}
else {
if(instance !== undefined) {
module.destroy();
instance.invoke('destroy');
}
module.initialize();
}
Expand Down Expand Up @@ -475,6 +475,3 @@ $.fn.nag.settings = {
};

})( jQuery, window , document );

/*! jquery.cookie v1.4.1 | MIT */
!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?a(require("jquery")):a(jQuery)}(function(a){function b(a){return h.raw?a:encodeURIComponent(a)}function c(a){return h.raw?a:decodeURIComponent(a)}function d(a){return b(h.json?JSON.stringify(a):String(a))}function e(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return a=decodeURIComponent(a.replace(g," ")),h.json?JSON.parse(a):a}catch(b){}}function f(b,c){var d=h.raw?b:e(b);return a.isFunction(c)?c(d):d}var g=/\+/g,h=a.cookie=function(e,g,i){if(void 0!==g&&!a.isFunction(g)){if(i=a.extend({},h.defaults,i),"number"==typeof i.expires){var j=i.expires,k=i.expires=new Date;k.setTime(+k+864e5*j)}return document.cookie=[b(e),"=",d(g),i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}for(var l=e?void 0:{},m=document.cookie?document.cookie.split("; "):[],n=0,o=m.length;o>n;n++){var p=m[n].split("="),q=c(p.shift()),r=p.join("=");if(e&&e===q){l=f(r,g);break}e||void 0===(r=f(r))||(l[q]=r)}return l};h.defaults={},a.removeCookie=function(b,c){return void 0===a.cookie(b)?!1:(a.cookie(b,"",a.extend({},c,{expires:-1})),!a.cookie(b))}});
4 changes: 2 additions & 2 deletions nag.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nag.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-nag",
"version": "1.0.0",
"version": "1.0.0-beta",
"title": "Semantic UI - Nag",
"description": "Single component release of nag",
"homepage": "http://www.semantic-ui.com",
Expand All @@ -13,9 +13,9 @@
"bugs": {
"url": "https://github.com/Semantic-Org/Semantic-UI/issues"
},
"devDependencies": {},
"dependencies": {
"jquery": "x.x.x"
},
"devDependencies": {},
"main": "index.js"
}

0 comments on commit a590a62

Please sign in to comment.