The One Who Will Stay Unnoticed

The One Who Will Stay Unnoticed (Croatian: Onaj koji će ostati neprimijećen) is a Croatian drama film directed by Zvonimir Jurić. It was released in 2003.

The One Who Will Stay Unnoticed
Directed byZvonimir Jurić
Produced byBoris T. Matić
Hrvoje Osvadić
StarringNataša Dangubić
Edited byDubravka Turić
Release date
2003
Running time
92 minutes
CountryCroatia
LanguageCroatian

Cast

gollark: And yet you *didn't notice* that I wasn't responding in any way?
gollark: "Lyric"Ly "accidentally" kicked me.
gollark: No. You are typing and I do not have TTS enabled.
gollark: I think writemut should return the mutref you provide.
gollark: ```javascriptimport {assertType, addDefn} from './builtin.mjs';import {execFn} from './shiny.mjs';const getElem = (args) => [{type:"domNode", val:document.getElementById(args[0])}];const setHTML = (args) => args[0].innerHTML = args[1];const mutref = (args) => [{type:"&mut", val:args[0]}];const readmut = (args) => [args[0]];const log = (args) => { console.log(args); return [];}const writemut = (args) => { assertType("&mut", args[1]); args[1].val = args[0]; return [];}const onclick = (args) => { args[0].onclick = (_) => { execFn(args[1]); } return [];}addDefn("log", 1, log);addDefn("getId", ["string"], getElem);addDefn("setHTML", ["domNode", "string"], setHTML);addDefn("mutref", 1, mutref);addDefn("readmut", ["&mut"], readmut);addDefn("writemut", 2, writemut);addDefn("onclick", ["domNode", "closure"], onclick);```


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.