GitHub user Karuppayya opened a pull request: https://github.com/apache/incubator-zeppelin/pull/559
Prevent server calls when there is no data in paragraphs *Whenever there is no text text in para, server call are made to run para. With this PR, the paras will be run only where there is text in them.(also in case of "run all paras" option). *The messages from ngtoast were getting hidden behind navbar. Fixing it in this PR You can merge this pull request into a Git repository by running: $ git pull https://github.com/Karuppayya/incubator-zeppelin empty-para Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/559.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #559 ---- commit 53c50f64936ab70759550d6f852835828780d814 Author: karuppayya <karuppayya1...@gmail.com> Date: 2015-12-21T14:44:05Z *Prevent serever calls when there is no data in paragraphs *Fix css for ngtoast div. It was getting hid behind navbar ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---