Planerade visningar
Just nu finns inte möjlighet att boka biljetter till någon visning. Filmen ”Han Hette Harald” kommer att visas på bio igen i höst då de flesta biografer har stängt under sommaren. Välkommen att läsa mer om filmen här.
#element-8960115d-c43f-4d46-8574-0f9d30569468 .border-box {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
#element-8960115d-c43f-4d46-8574-0f9d30569468 .hide-box {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
#element-8960115d-c43f-4d46-8574-0f9d30569468 .hide-box .hide-box-content {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
Undrar du något?
Du är varmt välkommen att kontakta oss om du har frågor eller behöver hjälp med något.
Kontakta oss
function setupElement753722509122809582() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
’w-global’,
’underscore’,
’jquery’,
’backbone’,
’util/platform/elements/PlatformElement’,
’util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = ”874959678356211109-1.0.1”;
if (typeof _W.loadedPlatformDependencies === ’undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ’undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ’undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*/
( function() {
var HideBox,
resizeTimeout,
that;
that = this;
resizeTimeout = null;
HideBox = PlatformElement.extend( {
”update”: function() {
var display, // value of CSS ”display” to use
width;
// get screen width
width = $( window ).width();
// determine which ”display” value to use
if ( width < 768 ) {
display = that.settings.get( "xs" );
} else if ( width < 992 ) {
display = that.settings.get( "sm" );
} else if ( width < 1200 ) {
display = that.settings.get( "md" );
} else {
display = that.settings.get( "lg" );
}
// update value of "display"
that.$( ".hide-box" ).css( "display", display );
},
"installResizeHandler": function() {
$( window ).resize( function() {
// ignore resize events as long as an actualResizeHandler execution is in the queue
if ( resizeTimeout === null ) {
resizeTimeout = setTimeout( function() {
resizeTimeout = null;
that.actualResizeHandler();
}, 66 ); // 66ms: the actualResizeHandler will execute at a rate of 15fps
}
} );
},
"actualResizeHandler": function() {
that.update();
},
"initialize": function() {
that = this;
// update the element's display
that.update();
// need to resize the element when the window resizes
that.installResizeHandler();
}
} );
return HideBox;
}() );
;
if (typeof _ElementDefinition == 'undefined' || typeof _ElementDefinition == 'null') {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don't want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$('.platform-element-child-placeholder').length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({"xs":"none","sm":"block","md":"block","lg":"block"});
_Element.prototype.settings.page_element_id = "753722509122809582";
_Element.prototype.element_id = "8960115d-c43f-4d46-8574-0f9d30569468";
_Element.prototype.user_id = "8562925";
_Element.prototype.site_id = "238592367274609151";
_Element.prototype.assets_path = "//marketplace.editmysite.com/uploads/b/marketplace-elements-874959678356211109-1.0.1/assets/";
new _Element({
el: '#element-8960115d-c43f-4d46-8574-0f9d30569468'
});
});
});
}
if (typeof document.documentElement.appReady == 'undefined') {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement753722509122809582();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener('appReady', setupElement753722509122809582, false);
} else {
document.documentElement.attachEvent('onpropertychange', function(event){
if (event.propertyName == 'appReady') {
setupElement753722509122809582();
}
});
}
#element-aae17c3f-68f0-4559-ac86-c7185a6cf577 .border-box {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
#element-aae17c3f-68f0-4559-ac86-c7185a6cf577 .hide-box {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
#element-aae17c3f-68f0-4559-ac86-c7185a6cf577 .hide-box .hide-box-content {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
Undrar du något?
Du är varmt välkommen att kontakta oss om du har frågor eller behöver hjälp med något.
Kontakta oss
function setupElement482972136976453753() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
'w-global',
'underscore',
'jquery',
'backbone',
'util/platform/elements/PlatformElement',
'util/platform/elements/PlatformElementSettings'
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = "874959678356211109-1.0.1";
if (typeof _W.loadedPlatformDependencies === 'undefined') {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === 'undefined') {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === 'undefined') {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*/
( function() {
var HideBox,
resizeTimeout,
that;
that = this;
resizeTimeout = null;
HideBox = PlatformElement.extend( {
"update": function() {
var display, // value of CSS "display" to use
width;
// get screen width
width = $( window ).width();
// determine which "display" value to use
if ( width < 768 ) {
display = that.settings.get( "xs" );
} else if ( width < 992 ) {
display = that.settings.get( "sm" );
} else if ( width < 1200 ) {
display = that.settings.get( "md" );
} else {
display = that.settings.get( "lg" );
}
// update value of "display"
that.$( ".hide-box" ).css( "display", display );
},
"installResizeHandler": function() {
$( window ).resize( function() {
// ignore resize events as long as an actualResizeHandler execution is in the queue
if ( resizeTimeout === null ) {
resizeTimeout = setTimeout( function() {
resizeTimeout = null;
that.actualResizeHandler();
}, 66 ); // 66ms: the actualResizeHandler will execute at a rate of 15fps
}
} );
},
"actualResizeHandler": function() {
that.update();
},
"initialize": function() {
that = this;
// update the element's display
that.update();
// need to resize the element when the window resizes
that.installResizeHandler();
}
} );
return HideBox;
}() );
;
if (typeof _ElementDefinition == 'undefined' || typeof _ElementDefinition == 'null') {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don't want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$('.platform-element-child-placeholder').length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({"xs":"block","sm":"none","md":"none","lg":"none"});
_Element.prototype.settings.page_element_id = "482972136976453753";
_Element.prototype.element_id = "aae17c3f-68f0-4559-ac86-c7185a6cf577";
_Element.prototype.user_id = "8562925";
_Element.prototype.site_id = "238592367274609151";
_Element.prototype.assets_path = "//marketplace.editmysite.com/uploads/b/marketplace-elements-874959678356211109-1.0.1/assets/";
new _Element({
el: '#element-aae17c3f-68f0-4559-ac86-c7185a6cf577'
});
});
});
}
if (typeof document.documentElement.appReady == 'undefined') {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement482972136976453753();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener('appReady', setupElement482972136976453753, false);
} else {
document.documentElement.attachEvent('onpropertychange', function(event){
if (event.propertyName == 'appReady') {
setupElement482972136976453753();
}
});
}