1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

SystemPlugin: fixes

This commit is contained in:
Awilum
2012-10-25 19:22:23 +03:00
parent a3a02149b8
commit a595197ec4

View File

@@ -16,7 +16,6 @@
function(data){
var current_monstra_version = "'.Core::VERSION.'";
var stable_monstra_version = data.version;
console.log(data.version);
if (current_monstra_version < stable_monstra_version) {
$("#update-monstra").addClass("alert").html("'.__("Published a new version of the :monstra", "system", array(":monstra" => "<a target='_blank' href='http://monstra.org/download'>Monstra</a>")).'");
}