diff --git a/README.md b/README.md index a6f2597f7..de5335eae 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ npm install semantic-ui # Use themes, import build/watch tasks into your own gu ![Getting Started](https://dl.dropboxusercontent.com/u/2657007/install.gif) -For details on how work with Semantic theming please [read our customization guide](http://learnsemantic.com/developing/customizing.html) on [LearnSemantic.com](http://learnsemantic.com/) +For details on how work with Semantic theming please [read our theming guide](http://www.semantic-ui.com/usage/theming.html) on [semantic-ui.com](http://www.semantic-ui.com/) #### Additional Versions diff --git a/src/definitions/modules/transition.js b/src/definitions/modules/transition.js index d281bec76..0f84f314f 100644 --- a/src/definitions/modules/transition.js +++ b/src/definitions/modules/transition.js @@ -614,7 +614,7 @@ $.fn.transition = function() { }, userStyle: function(style) { style = style || $module.attr('style') || ''; - return style.replace(/display.*?;/, '');; + return style.replace(/display.*?;/, ''); }, transitionExists: function(animation) { return $.fn.transition.exists[animation];