Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jappix/jappix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValérian Saliou <val.saliou@gmail.com>2013-03-05 19:47:17 +0400
committerValérian Saliou <val.saliou@gmail.com>2013-03-05 19:47:17 +0400
commit9ace7fcbb1534ae151269b7fa3e9946fe8fc0e64 (patch)
treeaaca9427f4528bd1ffb8c0326635301efd6887a5
parenta9ae97232aeec4cfb6c03b915c41639e83156ab6 (diff)
Last switch to 0.9.30.9.3
-rw-r--r--VERSION2
-rw-r--r--css/ie.css7
-rw-r--r--js/home.js5
-rw-r--r--lang/en/LC_MESSAGES/main.pot2
-rw-r--r--php/form-main.php2
5 files changed, 10 insertions, 8 deletions
diff --git a/VERSION b/VERSION
index 339a9ea4..4e11b2c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-Nemesis Alpha 3 [0.9.3~dev] \ No newline at end of file
+Nemesis Alpha 4 [0.9.4~dev] \ No newline at end of file
diff --git a/css/ie.css b/css/ie.css
index 8cba5991..70bdbef4 100644
--- a/css/ie.css
+++ b/css/ie.css
@@ -7,7 +7,7 @@ These are all the IE compliant CSS classes
License: AGPL
Author: Valérian Saliou
-Last revision: 05/02/13
+Last revision: 05/03/13
*/
@@ -124,7 +124,6 @@ a.finish.disabled:active,
}
/* rgba(20,20,20,0.8) */
-#home .main,
#reconnect .pane,
#my-infos,
#right-content,
@@ -135,6 +134,10 @@ a.finish.disabled:active,
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#de141414,endColorstr=#de141414);
}
+#home .main {
+ background: #141414;
+}
+
/* rgba(20,20,20,0.9) */
.popup {
background: transparent;
diff --git a/js/home.js b/js/home.js
index 6ef2e524..9119eaa7 100644
--- a/js/home.js
+++ b/js/home.js
@@ -7,7 +7,7 @@ These are the homepage JS scripts for Jappix
License: AGPL
Authors: Valérian Saliou, LinkMauve
-Last revision: 19/02/13
+Last revision: 05/03/13
*/
@@ -369,9 +369,8 @@ function launchHome() {
});
// Slide down the friend links
- if(exists('#home .friendsview .friends')) {
+ if(exists('#home .friendsview .friends'))
$('#home .friendsview .friends').hide().slideDown(750);
- }
// Warns for an obsolete browser
if(isObsolete()) {
diff --git a/lang/en/LC_MESSAGES/main.pot b/lang/en/LC_MESSAGES/main.pot
index 29a431a6..91470337 100644
--- a/lang/en/LC_MESSAGES/main.pot
+++ b/lang/en/LC_MESSAGES/main.pot
@@ -5,7 +5,7 @@
# License: AGPL
# Authors: Valérian Saliou, JanCBorchardt
-# Last revision: 31/08/12
+# Last revision: 05/03/13
msgid ""
msgstr ""
diff --git a/php/form-main.php b/php/form-main.php
index 89f24c91..aa3a40d4 100644
--- a/php/form-main.php
+++ b/php/form-main.php
@@ -9,7 +9,7 @@ This is the main configuration form (install & manager)
License: AGPL
Authors: Valérian Saliou, LinkMauve, Maranda
-Last revision: 31/01/13
+Last revision: 05/03/13
*/