forked from loklak/apps.loklak.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partially fixes loklak#298 - made apps pluggable
Partially fixes issue - loklak#298, moved the following apps' dependencies into their individual folders and updated script and css references. ``` barchart boilerplate bubblecharts collegeElections compareTwitterProfiles CountryTweetMap ducphanduy emojiheatmap emojiheatmapper fossasia-histogram histogram knowthediff LQL MultiLinePlotter ```
- Loading branch information
Showing
119 changed files
with
5,977 additions
and
106 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,14 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
<meta name="Content-Language" content="en, english" /> | ||
<link rel="icon" type="image/png" href="http://loklak.org/artwork/favicon.png"> | ||
<link href="/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="css/styles.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" | ||
integrity="sha512-07I2e+7D8p6he1SIM+1twR5TIrhUQn9+I6yjqD53JQjFiMf8EtC93ty0/5vJTZGF8aAocvHYNEDJajGdNx1IsQ==" | ||
crossorigin=""/> | ||
<script src="/js/jquery.min.js"></script> | ||
<script src="/js/angular.min.js"></script> | ||
<script src="/js/angular-route.min.js"></script> | ||
<script src="/js/bootstrap.min.js"></script> | ||
<script src="scripts/jquery.min.js"></script> | ||
<script src="scripts/angular.min.js"></script> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" | ||
integrity="sha512-A7vV8IFfih/D732iSSKi20u/ooOfj/AGehOKq0f4vLT1Zr2Y+RX7C+w8A1gaSasGtRUZpF/NZgzSAu4/Gc41Lg==" | ||
crossorigin=""></script> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.