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 by | Zvonimir Jurić |
Produced by | Boris T. Matić Hrvoje Osvadić |
Starring | Nataša Dangubić |
Edited by | Dubravka Turić |
Release date | 2003 |
Running time | 92 minutes |
Country | Croatia |
Language | Croatian |
Cast
- Nataša Dangubić
- Asja Jovanović - (as Asja Potočnjak)
- Daria Lorenci
- Krešimir Mikić - Kreso
- Bojan Navojec
- Rakan Rushaidat
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.