Browse Source

#2534 preserve original behavior

pull/4046/head
Jack Lukic 8 years ago
parent
commit
7901e04409
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/tab.js

2
src/definitions/modules/tab.js

@ -881,7 +881,7 @@ $.fn.tab.settings = {
alwaysRefresh : false, // load tab content new every tab click
cache : true, // cache the content requests to pull locally
cacheType : 'html', // Whether to cache exact response, or to html cache contents after scripts execute
cacheType : 'response', // Whether to cache exact response, or to html cache contents after scripts execute
ignoreFirstLoad : false, // don't load remote content on first load
apiSettings : false, // settings for api call

Loading…
Cancel
Save