mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
PHRAS-1061 #time 2d
- fix : small error in "rightPanel.js" - remove : obsolete files about phrasea/sphinx engines. - add : buttons "drop index" / "create index" in admin/es settings
This commit is contained in:
@@ -73,11 +73,11 @@ define([
|
||||
event.preventDefault();
|
||||
var $this = this;
|
||||
var link = $(event.currentTarget);
|
||||
var url = link.attr('action') || 'GET';
|
||||
var url = link.attr('action');
|
||||
|
||||
if(url) {
|
||||
$.ajax({
|
||||
type: link.attr('method'),
|
||||
type: link.attr('method') || 'GET',
|
||||
url: url,
|
||||
data: link.serializeArray(),
|
||||
success: function (data) {
|
||||
|
Reference in New Issue
Block a user