Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uprel committed Jun 4, 2019
1 parent 7477a6f commit d7da332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_mobile/eqwc_mobile_load.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
$debug = defined('DEBUG') ? DEBUG : false;

//eqwc language files
array_push($lang, "admin/languages/". $def_lang .".js");
array_push($lang, "admin/languages/". $def_lang .".js?v=".rand());

//add into array all js files in plugins/xxx/src_mobile subfolder
if (!(empty($plugin_list))) {
Expand Down

0 comments on commit d7da332

Please sign in to comment.