diff options
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/js')
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/js/core/const.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/js/core/const.js b/openo-portal/portal-common/src/main/webapp/common/js/core/const.js index 5ef2dfe4..fc1e69bd 100644 --- a/openo-portal/portal-common/src/main/webapp/common/js/core/const.js +++ b/openo-portal/portal-common/src/main/webapp/common/js/core/const.js @@ -14,7 +14,7 @@ * limitations under the License. */ var fMenuSiderDivId = 'page-f-sidebar-menu'; -var ICTFRAME_CONST_SPINNER_GIF_PATH="../../iui/framework/image/loading-spinner-grey.gif"; +var ICTFRAME_CONST_SPINNER_GIF_PATH="../../openoui/common/image/loading-spinner-grey.gif"; var ICTFRAME_CONST_IFRAME_HEIGHT_AJUST = 10; var ICTFRAME_CONST_IFRAME_HEIGHT_AJUST_IE = 5; var ICTFRAME_CONST_THEME_COLOR_CSS_PREFFIX = "css/themes/"; |