5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
(function () {
|
|
this.enterEntity = function(entityID) {
|
|
location.goToLastAddress();
|
|
};
|
|
});
|