fixed sextile symbol
This commit is contained in:
parent
ea68de9aec
commit
4939c43a12
3 changed files with 33 additions and 5441 deletions
12
js/SL.App.js
12
js/SL.App.js
|
|
@ -111,11 +111,12 @@ SL.App = (function() {
|
|||
}
|
||||
if ( response.hasOwnProperty("files") ) {
|
||||
var url = "http://release.sublunar.space/presets/";
|
||||
$('#caption .stoke').html('downloaded preset file <span>0</span> of 4');
|
||||
$('#caption .stoke').html('downloaded preset file <span>0</span> of 5');
|
||||
downloadPreset(file, url+response.files.file1, "modals.html", response);
|
||||
downloadPreset(file, url+response.files.file2, "filtermenu.html", response);
|
||||
downloadPreset(file, url+response.files.file3, "grid.html", response);
|
||||
downloadPreset(file, url+response.files.file4, "ephemeris.json", response);
|
||||
downloadPreset(file, url+response.files.file5, "setup.json", response);
|
||||
} else {
|
||||
writeHash(file, response);
|
||||
}
|
||||
|
|
@ -211,6 +212,15 @@ SL.App = (function() {
|
|||
var json = JSON.parse(data);
|
||||
SL.Calendar.load(json.query);
|
||||
});
|
||||
fs.readFile(path.normalize(nw.App.dataPath+"/presets/setup.json"), "utf8", function(err, data) {
|
||||
if (err) throw err;
|
||||
var json = JSON.parse(data);
|
||||
$("#search").val(json.place.name);
|
||||
$("#lat").val(json.place.lat);
|
||||
$("#lon").val(json.place.lon);
|
||||
$("#offset").val(json.place.offset);
|
||||
$('#zodiac').prop('checked', json.sidereal);
|
||||
});
|
||||
if ( $('#calendar').data('isotope') ) $('#calendar').isotope('destroy');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -502,7 +502,7 @@ var module_saturn = {
|
|||
"hide": "info"
|
||||
}], [{
|
||||
"id": "3",
|
||||
"action": "Saturn in Gemini)",
|
||||
"action": "Saturn in Gemini",
|
||||
"tags": "saturn gemini air mercury",
|
||||
"hide": "info"
|
||||
}], [{
|
||||
|
|
@ -790,147 +790,147 @@ var module_aspects = {
|
|||
[
|
||||
{
|
||||
"id": 22,
|
||||
"action": "Moon ⚺ Mercury",
|
||||
"action": "Moon ⚹ Mercury",
|
||||
"tags": "moon sextile mercury"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 23,
|
||||
"action": "Moon ⚺ Venus",
|
||||
"action": "Moon ⚹ Venus",
|
||||
"tags": "moon sextile venus"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 24,
|
||||
"action": "Moon ⚺ Sun",
|
||||
"action": "Moon ⚹ Sun",
|
||||
"tags": "moon sextile sun"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 25,
|
||||
"action": "Moon ⚺ Mars",
|
||||
"action": "Moon ⚹ Mars",
|
||||
"tags": "moon sextile mars"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 26,
|
||||
"action": "Moon ⚺ Jupiter",
|
||||
"action": "Moon ⚹ Jupiter",
|
||||
"tags": "moon sextile jupiter"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 27,
|
||||
"action": "Moon ⚺ Saturn",
|
||||
"action": "Moon ⚹ Saturn",
|
||||
"tags": "moon sextile saturn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 28,
|
||||
"action": "Mercury ⚺ Venus",
|
||||
"action": "Mercury ⚹ Venus",
|
||||
"tags": "mercury sextile venus"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 29,
|
||||
"action": "Mercury ⚺ Sun",
|
||||
"action": "Mercury ⚹ Sun",
|
||||
"tags": "mercury sextile sun"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 30,
|
||||
"action": "Mercury ⚺ Mars",
|
||||
"action": "Mercury ⚹ Mars",
|
||||
"tags": "mercury sextile mars"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 31,
|
||||
"action": "Mercury ⚺ Jupiter",
|
||||
"action": "Mercury ⚹ Jupiter",
|
||||
"tags": "mercury sextile jupiter"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 32,
|
||||
"action": "Mercury ⚺ Saturn",
|
||||
"action": "Mercury ⚹ Saturn",
|
||||
"tags": "mercury sextile saturn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 33,
|
||||
"action": "Venus ⚺ Sun",
|
||||
"action": "Venus ⚹ Sun",
|
||||
"tags": "venus sextile sun"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 34,
|
||||
"action": "Venus ⚺ Mars",
|
||||
"action": "Venus ⚹ Mars",
|
||||
"tags": "venus sextile mars"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 35,
|
||||
"action": "Venus ⚺ Jupiter",
|
||||
"action": "Venus ⚹ Jupiter",
|
||||
"tags": "venus sextile jupiter"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 36,
|
||||
"action": "Venus ⚺ Saturn",
|
||||
"action": "Venus ⚹ Saturn",
|
||||
"tags": "venus sextile saturn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 37,
|
||||
"action": "Sun ⚺ Mars",
|
||||
"action": "Sun ⚹ Mars",
|
||||
"tags": "sun sextile mars"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 38,
|
||||
"action": "Sun ⚺ Jupiter",
|
||||
"action": "Sun ⚹ Jupiter",
|
||||
"tags": "sun sextile jupiter"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 39,
|
||||
"action": "Sun ⚺ Saturn",
|
||||
"action": "Sun ⚹ Saturn",
|
||||
"tags": "sun sextile saturn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 40,
|
||||
"action": "Mars ⚺ Jupiter",
|
||||
"action": "Mars ⚹ Jupiter",
|
||||
"tags": "mars sextile jupiter"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 41,
|
||||
"action": "Mars ⚺ Saturn",
|
||||
"action": "Mars ⚹ Saturn",
|
||||
"tags": "mars sextile saturn"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"id": 42,
|
||||
"action": "Jupiter ⚺ Saturn",
|
||||
"action": "Jupiter ⚹ Saturn",
|
||||
"tags": "jupiter sextile saturn"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
5418
js/pmom.js
5418
js/pmom.js
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue