I want make node/add via popups, but after hitting submit I'm staying at the same page (there's reload, but newly added node is not showing up).

I tried with this code:

	'a[href*=node/add]' => array( // Check rule 
      'hijackDestination' => FALSE,
      'updateSource:final',
	      ),