Browse Source

Hotfix for typo

pull/4700/head
Jack Lukic 8 years ago
parent
commit
a9cd492227
4 changed files with 4 additions and 4 deletions
  1. 2
      dist/components/tab.js
  2. 2
      dist/components/tab.min.js
  3. 2
      dist/semantic.js
  4. 2
      dist/semantic.min.js

2
dist/components/tab.js

@ -478,7 +478,7 @@ $.fn.tab = function(parameters) {
if(typeof settings.cacheType == 'string' && settings.cacheType.toLowerCase() == 'dom' && $tab.children().length > 0) {
setTimeout(function() {
let
var
$clone = $tab.children().clone(true)
;
$clone = $clone.not('script');

2
dist/components/tab.min.js
File diff suppressed because it is too large
View File

2
dist/semantic.js

@ -17775,7 +17775,7 @@ $.fn.tab = function(parameters) {
if(typeof settings.cacheType == 'string' && settings.cacheType.toLowerCase() == 'dom' && $tab.children().length > 0) {
setTimeout(function() {
let
var
$clone = $tab.children().clone(true)
;
$clone = $clone.not('script');

2
dist/semantic.min.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save