diff --git a/assets/js/icecoder.js b/assets/js/icecoder.js
index 9841680..51a167c 100644
--- a/assets/js/icecoder.js
+++ b/assets/js/icecoder.js
@@ -3368,30 +3368,30 @@ var ICEcoder = {
// Show the properties screen
propertiesScreen: function(fileName) {
- get('mediaContainer').innerHTML = '';
+ get('mediaContainer').innerHTML = '';
this.showHide('show',get('blackMask'));
},
// Show the auto-logout warning screen
autoLogoutWarningScreen: function() {
- get('mediaContainer').innerHTML = '';
+ get('mediaContainer').innerHTML = '';
this.showHide('show',get('blackMask'));
},
// Show the plugins manager
pluginsManager: function() {
- get('mediaContainer').innerHTML = '';
+ get('mediaContainer').innerHTML = '';
this.showHide('show',get('blackMask'));
},
// Go to localhost root
goLocalhostRoot: function() {
- this.filesFrame.contentWindow.frames['fileControl'].location.href = iceLoc+"lib/go-localhost-root.php";
+ this.filesFrame.contentWindow.frames['fileControl'].location.href = iceLoc+"/lib/go-localhost-root.php";
},
// Show the FTP manager
ftpManager: function() {
- get('mediaContainer').innerHTML = '';
+ get('mediaContainer').innerHTML = '';
this.showHide('show',get('blackMask'));
},