1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-15 12:33:59 +02:00

fixed some problems with inline mode

This commit is contained in:
Marco Dickert
2017-07-06 17:24:15 +02:00
parent e5e38d88f6
commit 3874bc275b
6 changed files with 15 additions and 23 deletions

View File

@@ -1238,6 +1238,3 @@ function IFM( params ) {
this.initLoadConfig();
};
}
var ifm = new IFM();
ifm.init( "ifm" );