Changeset 38257


Ignore:
Timestamp:
2023-09-30T19:14:45+13:00 (8 months ago)
Author:
anupama
Message:

Removed unused function that I was working on (and function misspelled as funcion).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/js/javascript-global-functions.js

    r38256 r38257  
    617617
    618618
    619 gs.funcions.getLoggedInUser = function()
    620 {
    621     var baseURL = gs.xsltParams.library_name + "?a=g&rt=r&ro=1&s=CurrentUser&";
    622 }
    623 
    624619// Prepare the payload (data package) to transmit to metadataserver.pl over AJAX.
    625620// These next 2 functions prepare both the URL version of the payload and the data object version
Note: See TracChangeset for help on using the changeset viewer.