Thanks for all your inputs @Manjunath_K and @Jineet_Vora.banner.js file [show and hide of the tab based on drop-down selection "no-image"] (function(document, $, ns) {
"use strict";
$(document).on("dialog-closed", function() {
window.location.reload();
});
// below method ...