Skip to content

Commit

Permalink
Dev: minifiying the lsadminpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 20, 2017
1 parent e3937a2 commit f894cdb
Show file tree
Hide file tree
Showing 16 changed files with 30,058 additions and 30,088 deletions.
3 changes: 2 additions & 1 deletion assets/packages/adminbasics/js/admin_core.js
Expand Up @@ -239,11 +239,12 @@ function renderBootstrapSwitch(){

function surveyQuickActionTrigger(){
$url = $(this).data('url');
$(document).trigger('quick-action-toggle');
$.ajax({
url : $url,
type : 'GET',
dataType : 'html',

// html contains the buttons
success : function(html, statut){
$('#survey-action-container').animate({
Expand Down

0 comments on commit f894cdb

Please sign in to comment.