This bug was fixed in the package ubuntu-html5-theme -
0.1+13.10.20130916-0ubuntu1

---------------
ubuntu-html5-theme (0.1+13.10.20130916-0ubuntu1) saucy; urgency=low

  [ daker ]
  * Fixed the popover position when it's used with the footer. (LP:
    #1216307)
  * Removed the api key since it's not needed. (LP: #1224051)
  * Fixed the Switchs CSS to match the QML theme. (LP: #1224188)

  [ Alexandre Abreu ]
  * The ui-gallery app was not being installed Add simple desktop file.
    (LP: #1221920)
  * Add qml launcher for the ui-gallery to have a more consistent view
    of the widgets.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 81
 -- Ubuntu daily release <[email protected]>   Mon, 16 Sep 2013 
11:34:53 +0000

** Changed in: ubuntu-html5-theme (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to ubuntu-html5-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1224051

Title:
  rss-reader sample app should not include google api key

Status in Ubuntu Themes for HTML5 Apps:
  Fix Committed
Status in “ubuntu-html5-theme” package in Ubuntu:
  Fix Released

Bug description:
  Using:
  ubuntu-html5-theme-examples  0.1+13.10.20130805bzr76raring0

  This package installs rss-reader sample app here:
  /usr/share/ubuntu-html5-theme/0.1/examples/apps/rss-reader/*

  Including index.html which includes this specific google api key:
  cript type="text/javascript" 
src="https://www.google.com/jsapi?key=ABQIAAAAuvAXPRXL9qkzO0R8vzYpOhQ_BAnb8hQeSCQ2aBH79hHa1YbW_RQNN9ClKXG21xQObiXJ7diAAYaywg";></script>

  I believe no key is needed, according to this:
  
https://developers.google.com/feed/v1/devguide#load_the_javascript_api_and_ajax_search_module

  When I change to no key like this, the app still works as expected:
      <script type="text/javascript" 
src="https://www.google.com/jsapi";></script>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-html5-theme/+bug/1224051/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to