Fix error with openweathermap.org. Readd lines accidently removed in last commit.

merge-requests/218/head
None 10 years ago
parent e740304583
commit abaa78420f
  1. 3
      src/openweathermap_org.js

@ -35,6 +35,9 @@
*/ */
const ExtensionUtils = imports.misc.extensionUtils;
const Me = ExtensionUtils.getCurrentExtension();
const OpenweathermapOrg = Me.imports.openweathermap_org;
const Gettext = imports.gettext.domain('gnome-shell-extension-openweather'); const Gettext = imports.gettext.domain('gnome-shell-extension-openweather');
const _ = Gettext.gettext; const _ = Gettext.gettext;
const ngettext = Gettext.ngettext; const ngettext = Gettext.ngettext;

Loading…
Cancel
Save