#75 Remove fedmenu from elections
Merged 4 years ago by bcotton. Opened 4 years ago by cverna.
cverna/elections remove_fedmenu  into  develop

@@ -53,12 +53,3 @@ 

          'distributed_lock': True,

      },

  }

- 

- ## URLs to fedmenu resources

- {% if env == 'staging' %}

- FEDMENU_URL = 'https://apps.stg.fedoraproject.org/fedmenu'

- FEDMENU_DATA_URL = 'https://apps.stg.fedoraproject.org/js/data.js'

- {% else %}

- FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu'

- FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'

- {% endif %}

@@ -126,17 +126,6 @@ 

            $('[data-toggle="tooltip"]').tooltip()

          })

          </script>

-       {% if config['FEDMENU_URL'] %}

-       <script src="{{ config['FEDMENU_URL'] }}/js/fedmenu.js"></script>

-       <script>

-         fedmenu({

-             'url': '{{ config["FEDMENU_DATA_URL"] }}',

-             'mimeType': 'application/javascript',

-             'position': 'bottom-right',

-         });

-       </script>

-       {% endif %}

- 

      {% endblock %}

  

    </body>

Pull-Request has been merged by bcotton

4 years ago