Commit 2559998b by Bence Dányi

firewall_gui: easter egg :3

parent 2390a0f3
......@@ -317,6 +317,9 @@ function EntityController(url, init) {
data: JSON.stringify($scope.entity),
success: function(data) {
console.log(data);
var audio = new Audio();
audio.src='/static/img/yeah.mp3';
audio.play();
$scope.$apply(function() {
$scope.errors = {};
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment