~robinj/android-omgubuntu/trunk

« back to all changes in this revision

Viewing changes to src/com/robinj/omgubuntu/MainActivity.java

  • Committer: Robin Jacobs
  • Date: 2012-09-09 14:43:06 UTC
  • Revision ID: broederjacobs@gmail.com-20120909144306-24cf5nkw0qd5o4fa
Added article "activity"

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                                        + "<head>"
96
96
                                        + "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />"
97
97
                                        + "<style type=\"text/css\">" + css + "</style>"
98
 
                                        + "<script type=\"text/javascript\">" + js + "</script>"
 
98
                                        + (js != "" ? "<script type=\"text/javascript\">" + js + "</script>" : "")
99
99
                                        + "</head>" + "<body>";
100
100
                        
101
101
                        for (int i = 0; i < data.size (); i++)