- page.pushstate = page.popstate = function(path, id) {
- OSM.loadSidebarContent(path, function() {
+ page.pushstate = page.popstate = function (path, id) {
+ OSM.loadSidebarContent(path, function () {
- page.load = function(path, id) {
- if(id)
- currentChangesetId = id;
+ page.load = function (path, id) {
+ if (id) currentChangesetId = id;
initialize();
addChangeset(currentChangesetId, true);
};
function addChangeset(id, center) {
initialize();
addChangeset(currentChangesetId, true);
};
function addChangeset(id, center) {
- var bounds = map.addObject({type: 'changeset', id: parseInt(id)}, function(bounds) {
+ map.addObject({ type: "changeset", id: parseInt(id, 10) }, function (bounds) {
if (!window.location.hash && bounds.isValid() &&
(center || !map.getBounds().contains(bounds))) {
OSM.router.withoutMoveListener(function () {
if (!window.location.hash && bounds.isValid() &&
(center || !map.getBounds().contains(bounds))) {
OSM.router.withoutMoveListener(function () {
}
function updateChangeset(form, method, url, include_data) {
}
function updateChangeset(form, method, url, include_data) {
content.find("textarea").on("input", function (e) {
var form = e.target.form;
content.find("textarea").on("input", function (e) {
var form = e.target.form;
$(form.comment).prop("disabled", true);
} else {
$(form.comment).prop("disabled", false);
}
});
$(form.comment).prop("disabled", true);
} else {
$(form.comment).prop("disabled", false);
}
});