We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fe25f commit b3b3bb0Copy full SHA for b3b3bb0
jquery.addtabs.js
@@ -145,8 +145,8 @@
145
} else if (options.iframeForceRefreshTable) {
146
try {
147
//检测iframe中是否存在刷新按钮
148
- if ($("#" + conid + " iframe").contents().find(".btn-refresh").size() > 0) {
149
- $("#" + conid + " iframe")[0].contentWindow.$(".btn-refresh").trigger("click");
+ if ($("#" + conid + " iframe").contents().find(".btn-refresh:not([data-force-refresh=false])").size() > 0) {
+ $("#" + conid + " iframe")[0].contentWindow.$(".btn-refresh:not([data-force-refresh=false])").trigger("click");
150
}
151
} catch (e) {
152
0 commit comments