Jump to content

Syleron

Members
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Syleron's post in How To Rearrange The Widgets On The Client Dashboard. was marked as the answer   
    This is hardly the best way of doing it but it works. (Don't judge me )
     
    In /app/views/client/bootstrap/javascript/jquery-client-3.2.0.js method blestaLoadWidget find:
    var temp = $(data.content); after it put the following:
    // Append the widget to the page if (data.content.indexOf("services") >= 0)     $(container).prepend(temp); else     $(container).append(temp); That's it!
     
    edit: forgot to mention which method to change lol
×
×
  • Create New...