Project

General

Profile

« Previous | Next » 

Revision b8d29217

Added by Martin Milata over 9 years ago

Implement HTTP basic auth for forwarding reports

View differences:

app/assets/javascripts/abrt_reports.js
// Place all the behaviors and hooks related to the matching controller here.
// All this logic will automatically be available in application.js.
$(function () {
var button = $("#forward_auth_button")
var dialog = $("#forward_auth")
dialog.modal({
backdrop: 'static',
show: false
})
button.on('click', function () {
dialog.modal('show')
});
});

Also available in: Unified diff