Skip to content

Commit d46ed98

Browse files
Updated distribution to version 1.9.3
1 parent 3acc848 commit d46ed98

117 files changed

Lines changed: 369 additions & 224 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

components/accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.2
2+
* # Semantic UI - 1.9.3
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

components/accordion.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/accordion.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ad.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.1
2+
* # Semantic UI - 1.9.3
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

components/ad.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/api.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ $.api = $.fn.api = function(parameters) {
180180
complete : function() {}
181181
});
182182

183-
module.verbose('Creating AJAX request with settings', ajaxSettings);
183+
module.debug('Querying URL', ajaxSettings.url);
184+
module.debug('Sending data', data, ajaxSettings.method);
185+
module.verbose('Using AJAX settings', ajaxSettings);
184186

185187
if( module.is.loading() ) {
186188
// throttle additional requests
@@ -383,7 +385,7 @@ $.api = $.fn.api = function(parameters) {
383385

384386
// if http status code returned and json returned error, look for it
385387
if( xhr.status != 200 && httpMessage !== undefined && httpMessage !== '') {
386-
module.error(error.statusMessage + httpMessage);
388+
module.error(error.statusMessage + httpMessage, ajaxSettings.url);
387389
}
388390
else {
389391
if(status == 'error' && settings.dataType == 'json') {
@@ -767,7 +769,7 @@ $.api.settings = {
767769
namespace : 'api',
768770

769771
debug : true,
770-
verbose : true,
772+
verbose : false,
771773
performance : true,
772774

773775
// event binding

components/api.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/breadcrumb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.1
2+
* # Semantic UI - 1.9.3
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

components/breadcrumb.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.1
2+
* # Semantic UI - 1.9.3
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

components/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.1
2+
* # Semantic UI - 1.9.3
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

0 commit comments

Comments
 (0)