Skip to content

Commit

Permalink
Dev: Show Cint loader
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 8, 2016
1 parent 5e9355f commit b0b611f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/core/plugins/CintLink/js/cintlink.js
Expand Up @@ -18,8 +18,6 @@ $(document).ready(function() {
$('.ajaxLoading').hide();
}

hideLoader();

/**
* Run when user click "Login"
*
Expand Down Expand Up @@ -63,6 +61,7 @@ $(document).ready(function() {
* @return
*/
function showLoginForm() {
hideLoader();
$.ajax({
method: 'POST',
url: LS.plugin.cintlink.pluginBaseUrl + '&method=getLoginForm'
Expand Down

0 comments on commit b0b611f

Please sign in to comment.