|
|
@@ -540,6 +540,6 @@ function _mapStateToProps(state) {
|
|
540
|
540
|
};
|
|
541
|
541
|
}
|
|
542
|
542
|
console.log("Filmstrip WEB2?")
|
|
543
|
|
-window.glob_dbg.Filmstrip = Filmstrip
|
|
|
543
|
+// window.glob_dbg.Filmstrip = Filmstrip
|
|
544
|
544
|
if (window?.glob_dbg?.j){window.glob_dbg.j.Filmstrip = Filmstrip}
|
|
545
|
545
|
export default translate(connect(_mapStateToProps)(Filmstrip));
|